momentgenerating
In probability theory, the moment generating function (MGF) of a random variable X is defined as M_X(t) = E[e^{tX}], for real numbers t for which this expectation is finite. If M_X(t) exists in a neighborhood of t = 0, the MGF encodes the moments of X: the nth moment is given by M_X^(n)(0) = E[X^n], the nth derivative of M_X at 0.
Existence and domain: The MGF exists on an open interval around 0 where E[e^{tX}] is finite. When
Key properties: M_X(0) = 1, and M'_X(0) = E[X]. For a linear transformation Y = aX + b, M_Y(t) = e^{bt}
Examples: The normal distribution N(μ, σ^2) has MGF M(t) = exp(μ t + (σ^2 t^2)/2). The Poisson distribution
Limitations and related concepts: While MGFs are powerful for deriving moments and studying sums, not all distributions
See also: characteristic function, cumulants, method of moments.