Quant GT
Browse all lessons
Section 9 · Lesson 9.2

Moment Generating Functions

A transform that uniquely identifies a distribution and makes sums easy.

The moment generating function (MGF) of XX is

MX(t)=E[etX]M_X(t) = E[e^{tX}]

defined wherever this expectation is finite in a neighborhood of 00. When it exists, the MGF uniquely determines the distribution.

Three properties make MGFs powerful:

The kk-th moment is the kk-th derivative at zero: E[Xk]=MX(k)(0)E[X^k] = M_X^{(k)}(0).For independent XX and YY, the MGF of the sum is the product: MX+Y(t)=MX(t)MY(t)M_{X + Y}(t) = M_X(t)\, M_Y(t).Convergence of MGFs implies convergence in distribution.

Some closed forms worth knowing:

MN(μ,σ2)(t)=exp ⁣(μt+σ2t22),MPoisson(λ)(t)=exp(λ(et1))M_{N(\mu, \sigma^2)}(t) = \exp\!\left(\mu t + \frac{\sigma^2 t^2}{2}\right), \qquad M_{\mathrm{Poisson}(\lambda)}(t) = \exp(\lambda(e^t - 1))

The product rule for sums makes MGFs the standard tool for proving the CLT, deriving distributions of sums, and most other classical limit results.