digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

In probability theory and statistics, the moment-generating function of a 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. Note, however, that not all random variables have moment-generating functions.

In addition to 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 does not always exist even for real-valued arguments, 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.

Contents

Definition [edit]

In probability theory and statistics, the moment-generating function of a random variable X is

 M_X(t) := E\left[e^{tX}\right], \quad t \in \mathbb{R},

wherever this expectation exists.

 M_X(0) always exists and is equal to 1.

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 always exists (because it is the integral of a bounded function on a space of finite measure), and thus may be used instead.

More generally, where \mathbf X = ( X_1, \ldots, X_n)T, an n-dimensional random vector, one uses \mathbf t \cdot \mathbf X = \mathbf t^\mathrm T\mathbf X instead of tX:

 M_{\mathbf X}(\mathbf t) := E\left(e^{\mathbf t^\mathrm T\mathbf X}\right).

The reason for defining this function is that it can be used to find all the moments of the distribution.[1] The series expansion of etX is:


e^{tX} = 1 + tX + \frac{t^2X^2}{2!} + \frac{t^3X^3}{3!} + \cdots +\frac{t^nX^n}{n!} + \cdots.

Hence:


M_X(t) = E(e^{tX}) = 1 + tm_1 + \frac{t^2m_2}{2!} + \frac{t^3m_3}{3!}+\cdots + \frac{t^nm_n}{n!}+\cdots,

where mn is the nth moment.

If we differentiate MX(t) i times with respect to t and then set t = 0 we shall therefore obtain the ith moment about the origin, mi.

Examples [edit]

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 Mx(t) when the latter exists.

Distribution Moment-generating function MX(t) Characteristic function φ(t)
Bernoulli \, P(X=1)=p   \, 1-p+pe^t   \, 1-p+pe^{it}
Geometric (1 - p)^{k-1}\,p\!   \frac{pe^t}{1-(1-p) e^t}\!,
for  t<-\ln(1-p)\!
  \frac{pe^{it}}{1-(1-p)\,e^{it}}\!
Binomial B(n, p)   \, (1-p+pe^t)^n   \, (1-p+pe^{it})^n
Poisson Pois(λ)   \, e^{\lambda(e^t-1)}   \, e^{\lambda(e^{it}-1)}
Uniform (continuous) U(a, b)   \, \frac{e^{tb} - e^{ta}}{t(b-a)}   \, \frac{e^{itb} - e^{ita}}{it(b-a)}
Uniform (discrete) U(a, b)   \, \frac{e^{at} - e^{(b+1)t}}{(b-a+1)(1-e^{t})}   \, \frac{e^{ait} - e^{(b+1)it}}{(b-a+1)(1-e^{it})}
Normal N(μ, σ2)   \, e^{t\mu + \frac{1}{2}\sigma^2t^2}   \, e^{it\mu - \frac{1}{2}\sigma^2t^2}
Chi-squared χ2k   \, (1 - 2t)^{-k/2}   \, (1 - 2it)^{-k/2}
Gamma Γ(k, θ)   \, (1 - t\theta)^{-k}   \, (1 - it\theta)^{-k}
Exponential Exp(λ)   \, (1-t\lambda^{-1})^{-1}   \, (1 - it\lambda^{-1})^{-1}
Multivariate normal N(μ, Σ)   \, e^{t^\mathrm{T} \mu + \frac{1}{2} t^\mathrm{T} \Sigma t}   \, e^{i t^\mathrm{T} \mu - \frac{1}{2} t^\mathrm{T} \Sigma t}
Degenerate δa   \, e^{ta}   \, e^{ita}
Laplace L(μ, b)   \, \frac{e^{t\mu}}{1 - b^2t^2}   \, \frac{e^{it\mu}}{1 + b^2t^2}
Negative Binomial NB(r, p)   \, \frac{((1-p)e^t)^r}{(1-pe^t)^r}   \, \frac{((1-p)e^{it})^r}{(1-pe^{it})^r}
Cauchy Cauchy(μ, θ) does not exist   \, e^{it\mu -\theta|t|}

Calculation [edit]

The moment-generating function is given by the Riemann–Stieltjes integral

M_X(t) = \int_{-\infty}^\infty e^{tx}\,dF(x)

where F is the cumulative distribution function.

If X has a continuous probability density function ƒ(x), then MX(−t) is the two-sided Laplace transform of ƒ(x).


\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}

where mn is the nth moment.

Sum of independent random variables [edit]

If X1, X2, ..., Xn is a sequence of independent (and not necessarily identically distributed) random variables, and

S_n = \sum_{i=1}^n a_i X_i,

where 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


M_{S_n}(t)=M_{X_1}(a_1t)M_{X_2}(a_2t)\cdots M_{X_n}(a_nt) \, .

Vector-valued random variables [edit]

For vector-valued random variables X with real components, the moment-generating function is given by

 M_X(t) = E\left( e^{\langle t, X \rangle}\right)

where t is a vector and \langle \cdot, \cdot \rangle is the dot product.

Important properties [edit]

An important property of the moment-generating function is that if two distributions have the same moment-generating function, then they are identical at almost all points.[citation needed] That is, if for all values of t,

M_X(t) = M_Y(t),\,

then

F_X(x) = F_Y(x) \,

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

\lim_{n \rightarrow \infty} \sum_{i=0}^n \frac{t^im_i}{i!}

does not exist. This happens for the lognormal distribution.

Calculations of moments [edit]

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:

E \left( X^n \right) = M_X^{(n)}(0) = \frac{d^n M_X}{dt^n}(0).

Here n should be a nonnegative integer.

Other properties [edit]

Hoeffding's lemma provides a bound on the moment-generating function in the case of a zero-mean, bounded random variable.

Relation to other functions [edit]

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

characteristic function
The characteristic function \varphi_X(t) is related to the moment-generating function via \varphi_X(t) = M_{iX}(t) = M_X(it): 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 G(z) = E[z^X].\, This immediately implies that G(e^t)  = E[e^{tX}] = M_X(t).\,

See also [edit]

References [edit]

  1. ^ Bulmer, M.G., Principles of Statistics, Dover, 1979, pp. 75–79
  • Casella, George; Berger, Roger. Statistical Inference (2nd ed.). pp. 59–68. ISBN 978-0-534-24312-8. 

Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Moment-generating_function — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
1716 videos foundNext > 

Section 11.1: Moment Generating Functions, Part 1

Lecture and examples of moment generating functions.

Statistics - Moments #1 (Definition)

Population parameters like mean and variance are called moments of the distribution. In this video I define the moment and dicuss the difference between cent...

Moment Generating Functions for Uniform Distributions

Probability: We compute the moments (about the mean) for a random variable with a uniform probability distribution. We calculate both directly and by using t...

Moment Generating Function #1 - Proof

Proof that when we differentiate Moment Generating Functions and evaluate at t=0 the nth derivative of the MGF will give us the nth moment. See what happens ...

Moment Generating Function #2 (Continuous Distribution)

In this video I define the concept of Moment Generating Function and show how to derive it (using exponential density as an example). Exponential density fun...

Moment generating function of the standard normal | proof | part 1

Subject: Statistics Level: newbie Topic: Proof of moment generating function of the standard normal distribution; use of mgf to get mean and variance of Z.

Moment generating function of the exponential distribution |proof | part 1

Subject: Statistics Level: newbie Proof of mgf of exponential distribution and use of mgf to get mean and variance.

Moment Generating Function #3 (Deriving Moments using MGF by Differentiation)

How to derive moments using moment generating function and from there population parameters (illustrated using exponential distribution).

Moment generating function of the binomial distribution |proof | part 1

Subject: statistics level: newbie I prove the mgf using 2 ways. 1 directly from the definition of mgf; 2 using the relationship between Bernoulli and binomial.

Moment generating function of Poisson- proof - part 1

Subject: Statistics Level: newbie Topic: Proof of mgf of Poisson, and use of mgf to get compute mean and variance of X.

1716 videos foundNext > 

We're sorry, but there's no news about "Moment-generating function" right now.

Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Moment-generating function

You can talk about Moment-generating function with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!