Moment Generating Functions
DefinitionMoment Generating Function
The moment generating function (MGF) of a random variable is a function that provides a way to compute all moments of the distribution.
For discrete random variables:
For continuous random variables:
Properties
Moment Generation
The -th moment of can be obtained by differentiating the MGF times and evaluating at :
Key Properties
- Uniqueness: If two random variables have the same MGF, they have the same distribution
- Linear Transformations: For ,
- Independence: If and are independent,
Common MGFs
| Distribution | MGF | Domain |
|---|---|---|
| Bernoulli(p) | All | |
| Binomial(n,p) | All | |
| Poisson(λ) | All | |
| Normal(μ,σ²) | All | |
| Exponential(λ) | ||
| Uniform(a,b) |
Applications
- Finding moments: Easy computation of expected values, variances, and higher moments
- Characterizing distributions: Unique identification of probability distributions
- Sum of random variables: Simplifying analysis of sums of independent variables
- Limit theorems: Proving convergence in distribution
For more details on expectation and variance, see Expectation and Variance.
Discussion