Moment-generating function

From HandWiki
Short description: Concept in probability theory and statistics

In probability theory and statistics, the moment-generating function of a real-valued random variable is an alternative specification of its probability distribution. Thus, it provides the basis of an alternative route to analytical results compared with working directly with probability density functions or cumulative distribution functions. There are particularly simple results for the moment-generating functions of distributions defined by the weighted sums of random variables. However, not all random variables have moment-generating functions.

As its name implies, the moment-generating function can be used to compute a distribution’s moments: the nth moment about 0 is the nth derivative of the moment-generating function, evaluated at 0.

In addition to real-valued distributions (univariate distributions), moment-generating functions can be defined for vector- or matrix-valued random variables, and can even be extended to more general cases.

The moment-generating function of a real-valued distribution does not always exist, unlike the characteristic function. There are relations between the behavior of the moment-generating function of a distribution and properties of the distribution, such as the existence of moments.

Definition

Let [math]\displaystyle{ X }[/math] be a random variable with CDF [math]\displaystyle{ F_X }[/math]. The moment generating function (mgf) of [math]\displaystyle{ X }[/math] (or [math]\displaystyle{ F_X }[/math]), denoted by [math]\displaystyle{ M_X(t) }[/math], is

[math]\displaystyle{ M_X(t) = \operatorname E \left[e^{tX}\right] }[/math]

provided this expectation exists for [math]\displaystyle{ t }[/math] in some open neighborhood of 0. That is, there is an [math]\displaystyle{ h\gt 0 }[/math] such that for all [math]\displaystyle{ t }[/math] in [math]\displaystyle{ -h\lt t\lt h }[/math], [math]\displaystyle{ \operatorname E \left[e^{tX}\right] }[/math] exists. If the expectation does not exist in an open neighborhood of 0, we say that the moment generating function does not exist.[1]

In other words, the moment-generating function of X is the expectation of the random variable [math]\displaystyle{ e^{tX} }[/math]. More generally, when [math]\displaystyle{ \mathbf X = ( X_1, \ldots, X_n)^{\mathrm{T}} }[/math], an [math]\displaystyle{ n }[/math]-dimensional random vector, and [math]\displaystyle{ \mathbf t }[/math] is a fixed vector, one uses [math]\displaystyle{ \mathbf t \cdot \mathbf X = \mathbf t^\mathrm T\mathbf X }[/math] instead of [math]\displaystyle{ tX }[/math]:

[math]\displaystyle{ M_{\mathbf X}(\mathbf t) := \operatorname E \left(e^{\mathbf t^\mathrm T\mathbf X}\right). }[/math]

[math]\displaystyle{ M_X(0) }[/math] always exists and is equal to 1. However, a key problem with moment-generating functions is that moments and the moment-generating function may not exist, as the integrals need not converge absolutely. By contrast, the characteristic function or Fourier transform always exists (because it is the integral of a bounded function on a space of finite measure), and for some purposes may be used instead.

The moment-generating function is so named because it can be used to find the moments of the distribution.[2] The series expansion of [math]\displaystyle{ e^{tX} }[/math] is

[math]\displaystyle{ e^{t\,X} = 1 + t\,X + \frac{t^2\,X^2}{2!} + \frac{t^3\,X^3}{3!} + \cdots +\frac{t^n\,X^n}{n!} + \cdots. }[/math]

Hence

[math]\displaystyle{ \begin{align} M_X(t) = \operatorname E (e^{t\,X}) &= 1 + t \operatorname E (X) + \frac{t^2 \operatorname E (X^2)}{2!} + \frac{t^3\operatorname E (X^3)}{3!}+\cdots + \frac{t^n\operatorname E (X^n)}{n!}+\cdots \\ & = 1 + tm_1 + \frac{t^2m_2}{2!} + \frac{t^3m_3}{3!}+\cdots + \frac{t^nm_n}{n!} + \cdots, \end{align} }[/math]

where [math]\displaystyle{ m_n }[/math] is the [math]\displaystyle{ n }[/math]th moment. Differentiating [math]\displaystyle{ M_X(t) }[/math] [math]\displaystyle{ i }[/math] times with respect to [math]\displaystyle{ t }[/math] and setting [math]\displaystyle{ t = 0 }[/math], we obtain the [math]\displaystyle{ i }[/math]th moment about the origin, [math]\displaystyle{ m_i }[/math]; see Calculations of moments below.

If [math]\displaystyle{ X }[/math] is a continuous random variable, the following relation between its moment-generating function [math]\displaystyle{ M_X(t) }[/math] and the two-sided Laplace transform of its probability density function [math]\displaystyle{ f_X(x) }[/math] holds:

[math]\displaystyle{ M_X(t) = \mathcal{L}\{f_X\}(-t), }[/math]

since the PDF's two-sided Laplace transform is given as

[math]\displaystyle{ \mathcal{L}\{f_X\}(s) = \int_{-\infty}^\infty e^{-sx} f_X(x)\, dx, }[/math]

and the moment-generating function's definition expands (by the law of the unconscious statistician) to

[math]\displaystyle{ M_X(t) = \operatorname E \left[e^{tX}\right] = \int_{-\infty}^\infty e^{tx} f_X(x)\, dx. }[/math]

This is consistent with the characteristic function of [math]\displaystyle{ X }[/math] being a Wick rotation of [math]\displaystyle{ M_X(t) }[/math] when the moment generating function exists, as the characteristic function of a continuous random variable [math]\displaystyle{ X }[/math] is the Fourier transform of its probability density function [math]\displaystyle{ f_X(x) }[/math], and in general when a function [math]\displaystyle{ f(x) }[/math] is of exponential order, the Fourier transform of [math]\displaystyle{ f }[/math] is a Wick rotation of its two-sided Laplace transform in the region of convergence. See the relation of the Fourier and Laplace transforms for further information.

Examples

Here are some examples of the moment-generating function and the characteristic function for comparison. It can be seen that the characteristic function is a Wick rotation of the moment-generating function [math]\displaystyle{ M_X(t) }[/math] when the latter exists.

Distribution Moment-generating function [math]\displaystyle{ M_X(t) }[/math] Characteristic function [math]\displaystyle{ \varphi (t) }[/math]
Degenerate [math]\displaystyle{ \delta_a }[/math] [math]\displaystyle{ e^{ta} }[/math] [math]\displaystyle{ e^{ita} }[/math]
Bernoulli [math]\displaystyle{ P(X = 1) = p }[/math] [math]\displaystyle{ 1 - p + pe^t }[/math] [math]\displaystyle{ 1 - p + pe^{it} }[/math]
Geometric [math]\displaystyle{ (1 - p)^{k-1}\,p }[/math] [math]\displaystyle{ \frac{p e^t}{1 - (1 - p) e^t}, ~ t \lt -\ln(1 - p) }[/math] [math]\displaystyle{ \frac{p e^{it}}{1 - (1 - p)\,e^{it}} }[/math]
Binomial [math]\displaystyle{ B(n, p) }[/math] [math]\displaystyle{ \left(1 - p + pe^t\right)^n }[/math] [math]\displaystyle{ \left(1 - p + pe^{it}\right)^n }[/math]
Negative binomial [math]\displaystyle{ \operatorname{NB}(r, p) }[/math] [math]\displaystyle{ \left(\frac{p}{1 - e^t + pe^t}\right)^r, ~ t\lt -\ln(1-p) }[/math] [math]\displaystyle{ \left(\frac{p}{1 - e^{it} + pe^{it}}\right)^r }[/math]
Poisson [math]\displaystyle{ \operatorname{Pois}(\lambda) }[/math] [math]\displaystyle{ e^{\lambda(e^t - 1)} }[/math] [math]\displaystyle{ e^{\lambda(e^{it} - 1)} }[/math]
Uniform (continuous) [math]\displaystyle{ \operatorname U(a, b) }[/math] [math]\displaystyle{ \frac{e^{tb} - e^{ta}}{t(b - a)} }[/math] [math]\displaystyle{ \frac{e^{itb} - e^{ita}}{it(b - a)} }[/math]
Uniform (discrete) [math]\displaystyle{ \operatorname{DU}(a, b) }[/math] [math]\displaystyle{ \frac{e^{at} - e^{(b + 1)t}}{(b - a + 1)(1 - e^{t})} }[/math] [math]\displaystyle{ \frac{e^{ait} - e^{(b + 1)it}}{(b - a + 1)(1 - e^{it})} }[/math]
Laplace [math]\displaystyle{ L(\mu, b) }[/math] [math]\displaystyle{ \frac{e^{t\mu}}{1 - b^2t^2}, ~ |t| \lt 1/b }[/math] [math]\displaystyle{ \frac{e^{it\mu}}{1 + b^2t^2} }[/math]
Normal [math]\displaystyle{ N(\mu, \sigma^2) }[/math] [math]\displaystyle{ e^{t\mu + \frac{1}{2}\sigma^2t^2} }[/math] [math]\displaystyle{ e^{it\mu - \frac{1}{2}\sigma^2t^2} }[/math]
Chi-squared [math]\displaystyle{ \chi^2_k }[/math] [math]\displaystyle{ (1 - 2t)^{-\frac{k}{2}}, ~ t \lt 1/2 }[/math] [math]\displaystyle{ (1 - 2it)^{-\frac{k}{2}} }[/math]
Noncentral chi-squared [math]\displaystyle{ \chi^2_k(\lambda) }[/math] [math]\displaystyle{ e^{\lambda t/(1-2t)}(1 - 2t)^{-\frac{k}{2}} }[/math] [math]\displaystyle{ e^{i\lambda t/(1-2it)}(1 - 2it)^{-\frac{k}{2}} }[/math]
Gamma [math]\displaystyle{ \Gamma(k, \theta) }[/math] [math]\displaystyle{ (1 - t\theta)^{-k}, ~ t \lt \tfrac{1}{\theta} }[/math] [math]\displaystyle{ (1 - it\theta)^{-k} }[/math]
Exponential [math]\displaystyle{ \operatorname{Exp}(\lambda) }[/math] [math]\displaystyle{ \left(1 - t\lambda^{-1}\right)^{-1}, ~ t \lt \lambda }[/math] [math]\displaystyle{ \left(1 - it\lambda^{-1}\right)^{-1} }[/math]
Beta [math]\displaystyle{ 1 +\sum_{k=1}^{\infty} \left( \prod_{r=0}^{k-1} \frac{\alpha+r}{\alpha+\beta+r} \right) \frac{t^k}{k!} }[/math] [math]\displaystyle{ {}_1F_1(\alpha; \alpha+\beta; i\,t)\! }[/math] (see Confluent hypergeometric function)
Multivariate normal [math]\displaystyle{ N(\mathbf{\mu}, \mathbf{\Sigma}) }[/math] [math]\displaystyle{ e^{\mathbf{t}^\mathrm{T} \left(\boldsymbol{\mu} + \frac{1}{2} \mathbf{\Sigma t}\right)} }[/math] [math]\displaystyle{ e^{\mathbf{t}^\mathrm{T} \left(i \boldsymbol{\mu} - \frac{1}{2} \boldsymbol{\Sigma} \mathbf{t}\right)} }[/math]
Cauchy [math]\displaystyle{ \operatorname{Cauchy}(\mu, \theta) }[/math] Does not exist [math]\displaystyle{ e^{it\mu - \theta|t|} }[/math]
Multivariate Cauchy

[math]\displaystyle{ \operatorname{MultiCauchy}(\mu, \Sigma) }[/math][3]

Does not exist [math]\displaystyle{ \!\, e^{i\mathbf{t}^{\mathrm{T}}\boldsymbol\mu - \sqrt{\mathbf{t}^{\mathrm{T}}\boldsymbol{\Sigma} \mathbf{t}}} }[/math]

Calculation

The moment-generating function is the expectation of a function of the random variable, it can be written as:

  • For a discrete probability mass function, [math]\displaystyle{ M_X(t)=\sum_{i=0}^\infty e^{tx_i}\, p_i }[/math]
  • For a continuous probability density function, [math]\displaystyle{ M_X(t) = \int_{-\infty}^\infty e^{tx} f(x)\,dx }[/math]
  • In the general case: [math]\displaystyle{ M_X(t) = \int_{-\infty}^\infty e^{tx}\,dF(x) }[/math], using the Riemann–Stieltjes integral, and where [math]\displaystyle{ F }[/math] is the cumulative distribution function. This is simply the Laplace-Stieltjes transform of [math]\displaystyle{ F }[/math], but with the sign of the argument reversed.

Note that for the case where [math]\displaystyle{ X }[/math] has a continuous probability density function [math]\displaystyle{ f(x) }[/math], [math]\displaystyle{ M_X(-t) }[/math] is the two-sided Laplace transform of [math]\displaystyle{ f(x) }[/math].

[math]\displaystyle{ \begin{align} M_X(t) & = \int_{-\infty}^\infty e^{tx} f(x)\,dx \\ & = \int_{-\infty}^\infty \left( 1+ tx + \frac{t^2x^2}{2!} + \cdots + \frac{t^nx^n}{n!} + \cdots\right) f(x)\,dx \\ & = 1 + tm_1 + \frac{t^2m_2}{2!} +\cdots + \frac{t^nm_n}{n!} +\cdots, \end{align} }[/math]

where [math]\displaystyle{ m_n }[/math] is the [math]\displaystyle{ n }[/math]th moment.

Linear transformations of random variables

If random variable [math]\displaystyle{ X }[/math] has moment generating function [math]\displaystyle{ M_X(t) }[/math], then [math]\displaystyle{ \alpha X + \beta }[/math] has moment generating function [math]\displaystyle{ M_{\alpha X + \beta}(t) = e^{\beta t}M_X(\alpha t) }[/math]

[math]\displaystyle{ M_{\alpha X + \beta}(t) = E[e^{(\alpha X + \beta)t}] = e^{\beta t}E[e^{\alpha Xt}] = e^{\beta t}M_X(\alpha t) }[/math]

Linear combination of independent random variables

If [math]\displaystyle{ S_n = \sum_{i=1}^{n} a_i X_i }[/math], where the Xi are independent random variables and the ai are constants, then the probability density function for Sn is the convolution of the probability density functions of each of the Xi, and the moment-generating function for Sn is given by

[math]\displaystyle{ M_{S_n}(t)=M_{X_1}(a_1t)M_{X_2}(a_2t)\cdots M_{X_n}(a_nt) \, . }[/math]

Vector-valued random variables

For vector-valued random variables [math]\displaystyle{ \mathbf X }[/math] with real components, the moment-generating function is given by

[math]\displaystyle{ M_X(\mathbf t) = E\left(e^{\langle \mathbf t, \mathbf X \rangle}\right) }[/math]

where [math]\displaystyle{ \mathbf t }[/math] is a vector and [math]\displaystyle{ \langle \cdot, \cdot \rangle }[/math] is the dot product.

Important properties

Moment generating functions are positive and log-convex,[citation needed] with M(0) = 1.

An important property of the moment-generating function is that it uniquely determines the distribution. In other words, if [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] are two random variables and for all values of t,

[math]\displaystyle{ M_X(t) = M_Y(t),\, }[/math]

then

[math]\displaystyle{ F_X(x) = F_Y(x) \, }[/math]

for all values of x (or equivalently X and Y have the same distribution). This statement is not equivalent to the statement "if two distributions have the same moments, then they are identical at all points." This is because in some cases, the moments exist and yet the moment-generating function does not, because the limit

[math]\displaystyle{ \lim_{n \rightarrow \infty} \sum_{i=0}^n \frac{t^im_i}{i!} }[/math]

may not exist. The log-normal distribution is an example of when this occurs.

Calculations of moments

The moment-generating function is so called because if it exists on an open interval around t = 0, then it is the exponential generating function of the moments of the probability distribution:

[math]\displaystyle{ m_n = E \left( X^n \right) = M_X^{(n)}(0) = \left. \frac{d^n M_X}{dt^n}\right|_{t=0}. }[/math]

That is, with n being a nonnegative integer, the nth moment about 0 is the nth derivative of the moment generating function, evaluated at t = 0.

Other properties

Jensen's inequality provides a simple lower bound on the moment-generating function:

[math]\displaystyle{ M_X(t) \geq e^{\mu t}, }[/math]

where [math]\displaystyle{ \mu }[/math] is the mean of X.

The moment-generating function can be used in conjunction with Markov's inequality to bound the upper tail of a real random variable X. This statement is also called the Chernoff bound. Since [math]\displaystyle{ x\mapsto e^{xt} }[/math] is monotonically increasing for [math]\displaystyle{ t\gt 0 }[/math], we have

[math]\displaystyle{ P(X\ge a) = P(e^{tX}\ge e^{ta}) \le e^{-at}E[e^{tX}] = e^{-at}M_X(t) }[/math]

for any [math]\displaystyle{ t\gt 0 }[/math] and any a, provided [math]\displaystyle{ M_X(t) }[/math] exists. For example, when X is a standard normal distribution and [math]\displaystyle{ a\gt 0 }[/math], we can choose [math]\displaystyle{ t=a }[/math] and recall that [math]\displaystyle{ M_X(t)=e^{t^2/2} }[/math]. This gives [math]\displaystyle{ P(X\ge a)\le e^{-a^2/2} }[/math], which is within a factor of 1+a of the exact value.

Various lemmas, such as Hoeffding's lemma or Bennett's inequality provide bounds on the moment-generating function in the case of a zero-mean, bounded random variable.

When [math]\displaystyle{ X }[/math] is non-negative, the moment generating function gives a simple, useful bound on the moments:

[math]\displaystyle{ E[X^m] \le \left(\frac{m}{te}\right)^m M_X(t), }[/math]

For any [math]\displaystyle{ X,m\ge 0 }[/math] and [math]\displaystyle{ t\gt 0 }[/math].

This follows from the inequality [math]\displaystyle{ 1+x\le e^x }[/math] into which we can substitute [math]\displaystyle{ x'=tx/m-1 }[/math] implies [math]\displaystyle{ tx/m\le e^{tx/m-1} }[/math] for any [math]\displaystyle{ x,t,m\in\mathbb R }[/math]. Now, if [math]\displaystyle{ t\gt 0 }[/math] and [math]\displaystyle{ x,m\ge 0 }[/math], this can be rearranged to [math]\displaystyle{ x^m \le (m/(te))^m e^{tx} }[/math]. Taking the expectation on both sides gives the bound on [math]\displaystyle{ E[X^m] }[/math] in terms of [math]\displaystyle{ E[e^{tX}] }[/math].

As an example, consider [math]\displaystyle{ X\sim\text{Chi-Squared} }[/math] with [math]\displaystyle{ k }[/math] degrees of freedom. Then from the examples [math]\displaystyle{ M_X(t)=(1-2t)^{-k/2} }[/math]. Picking [math]\displaystyle{ t=m/(2m+k) }[/math] and substituting into the bound:

[math]\displaystyle{ E[X^m] \le (1+2m/k)^{k/2} e^{-m} (k+2m)^m. }[/math]

We know that in this case the correct bound is [math]\displaystyle{ E[X^m]\le 2^m \Gamma(m+k/2)/\Gamma(k/2) }[/math]. To compare the bounds, we can consider the asymptotics for large [math]\displaystyle{ k }[/math]. Here the moment-generating function bound is [math]\displaystyle{ k^m(1+m^2/k + O(1/k^2)) }[/math], where the real bound is [math]\displaystyle{ k^m(1+(m^2-m)/k + O(1/k^2)) }[/math]. The moment-generating function bound is thus very strong in this case.

Relation to other functions

Related to the moment-generating function are a number of other transforms that are common in probability theory:

Characteristic function
The characteristic function [math]\displaystyle{ \varphi_X(t) }[/math] is related to the moment-generating function via [math]\displaystyle{ \varphi_X(t) = M_{iX}(t) = M_X(it): }[/math] the characteristic function is the moment-generating function of iX or the moment generating function of X evaluated on the imaginary axis. This function can also be viewed as the Fourier transform of the probability density function, which can therefore be deduced from it by inverse Fourier transform.
Cumulant-generating function
The cumulant-generating function is defined as the logarithm of the moment-generating function; some instead define the cumulant-generating function as the logarithm of the characteristic function, while others call this latter the second cumulant-generating function.
Probability-generating function
The probability-generating function is defined as [math]\displaystyle{ G(z) = E\left[z^X\right].\, }[/math] This immediately implies that [math]\displaystyle{ G(e^t) = E\left[e^{tX}\right] = M_X(t).\, }[/math]

See also


References

Citations

  1. Casella, George; Berger, Roger L. (1990). Statistical Inference. Wadsworth & Brooks/Cole. p. 61. ISBN 0-534-11958-1. 
  2. Bulmer, M. G. (1979). Principles of Statistics. Dover. pp. 75–79. ISBN 0-486-63760-3. 
  3. Kotz et al.[full citation needed] p. 37 using 1 as the number of degree of freedom to recover the Cauchy distribution

Sources

  • Casella, George; Berger, Roger (2002). Statistical Inference (2nd ed.). pp. 59–68. ISBN 978-0-534-24312-8.