The moment generating function of a squared standard Gaussian #
This file proves the flagship analytic lemma of the development:
if Z ~ N(0,1) then for t < 1/2,
E[exp (t · Z²)] = (1 - 2t)^(-1/2).
We phrase the right-hand side as (√(1 - 2t))⁻¹, which is (1-2t)^(-1/2),
and which raises cleanly to the k-th power for the chi-squared MGF.
The proof reduces the moment generating function to a Gaussian integral via
integral_gaussianReal_eq_integral_smul and then evaluates it with
mathlib's integral_gaussian.
The standard Gaussian measure N(0,1) on ℝ.
Equations
Instances For
Squared-Gaussian MGF. For t < 1/2, the moment generating function of Z²
with Z ~ N(0,1) is (1 - 2t)^(-1/2) = (√(1 - 2t))⁻¹.