Fiveable

๐ŸŽฒIntro to Probability Unit 13 Review

QR code for Intro to Probability practice questions

13.1 Moment generating functions for discrete and continuous distributions

๐ŸŽฒIntro to Probability
Unit 13 Review

13.1 Moment generating functions for discrete and continuous distributions

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐ŸŽฒIntro to Probability
Unit & Topic Study Guides

Moment generating functions are powerful tools in probability theory, helping us analyze random variables and their distributions. They uniquely characterize distributions, generate moments, and simplify calculations for sums of independent variables. MGFs are especially useful for proving key theorems and studying linear combinations.

For both discrete and continuous distributions, MGFs are derived using specific formulas involving probability mass or density functions. They allow us to easily calculate moments, variance, skewness, and kurtosis. This approach streamlines complex probability calculations and provides insights into distribution properties.

Moment Generating Functions

Definition and Properties

  • Moment generating function (MGF) for random variable X defined as MX(t)=E[etX]M_X(t) = E[e^{tX}]
  • MGFs uniquely characterize probability distributions
  • Generate moments of distribution through differentiation
  • Particularly useful for studying sums of independent random variables
  • Existence of MGF implies existence of all moments of distribution
  • Prove Central Limit Theorem and other important results in probability theory
  • Domain always an open interval containing zero
    • May or may not be entire real line depending on distribution

Applications in Probability Theory

  • Calculate nth moment by evaluating nth derivative of MGF at t = 0
  • MGF of sum of independent random variables equals product of individual MGFs
  • Some distributions lack MGFs (Cauchy distribution)
  • Used to analyze linear combinations of independent random variables (a + bX, where a and b are constants)
  • Facilitate computation of skewness and kurtosis using higher-order derivatives

Deriving Moment Generating Functions

Discrete Distributions

  • Calculate MGF for discrete distributions using formula: MX(t)=โˆ‘etxP(X=x)M_X(t) = \sum e^{tx} P(X = x)
  • Sum taken over all possible values of X
  • Bernoulli distribution MGF with parameter p: MX(t)=q+petM_X(t) = q + pe^t, where q = 1 - p
  • Poisson distribution MGF with parameter ฮป: MX(t)=expโก(ฮป(etโˆ’1))M_X(t) = \exp(\lambda(e^t - 1))

Continuous Distributions

  • Calculate MGF for continuous distributions using formula: MX(t)=โˆซetxf(x)dxM_X(t) = \int e^{tx} f(x) dx
  • f(x) represents probability density function
  • Integral taken over support of X
  • Exponential distribution MGF with parameter ฮป: MX(t)=ฮปฮปโˆ’tM_X(t) = \frac{\lambda}{\lambda - t} for t < ฮป
  • Normal distribution MGF with mean ฮผ and variance ฯƒ^2: MX(t)=expโก(ฮผt+ฯƒ2t22)M_X(t) = \exp(\mu t + \frac{\sigma^2t^2}{2})
  • Gamma distribution MGF with shape parameter ฮฑ and rate parameter ฮฒ: MX(t)=(1โˆ’tฮฒ)โˆ’ฮฑM_X(t) = (1 - \frac{t}{\beta})^{-\alpha} for t < ฮฒ

Applying Moment Generating Functions for Moments

Calculating Basic Moments

  • First moment (mean) calculated by evaluating first derivative of MGF at t = 0: E[X]=MXโ€ฒ(0)E[X] = M'_X(0)
  • Second moment calculated using second derivative: E[X2]=MXโ€ฒโ€ฒ(0)E[X^2] = M''_X(0)
  • Variance computed using first and second moments: Var(X)=E[X2]โˆ’(E[X])2=MXโ€ฒโ€ฒ(0)โˆ’(MXโ€ฒ(0))2Var(X) = E[X^2] - (E[X])^2 = M''_X(0) - (M'_X(0))^2
  • Examples:
    • For normal distribution, E[X]=ฮผE[X] = \mu and Var(X)=ฯƒ2Var(X) = \sigma^2
    • For Poisson distribution, E[X]=Var(X)=ฮปE[X] = Var(X) = \lambda

Higher-Order Moments and Statistical Measures

  • Calculate higher-order moments using higher-order derivatives of MGF
  • Skewness calculated using third standardized moment
    • Involves third derivative of MGF
  • Kurtosis calculated using fourth standardized moment
    • Involves fourth derivative of MGF
  • Central moments computed using combinations of lower-order moments
  • Examples:
    • Skewness of normal distribution equals 0
    • Kurtosis of exponential distribution equals 9