Moment Generating Functions

Home

Definition

Let X be a random variable for an experiment taking values in a subset S of R. The moment generating function of X is the function MX defined by

MX(t) = E[exp(tX)] for t in R

Note that since exp(tX) is a nonnegative random variable, MX(t) exists as a real number or positive infinity for any t.

Mathematical Exercise 1. Show that if X has a discrete distribution with density function f, then

Mathematical Exercise 2. Show that if X is continuous with density function f, then

Since the exponential function is positive, the moment generating function of X always exists, either as a real number or as positive infinity.

The most important fact is that if the moment generating function of X is finite in an open interval about 0, then this function completely determines the distribution of X. Under the same condition, we can differentiate through the sum in Exercise 1 and through the integral in Exercise 2. For proofs of these facts, see the book Probability and Measure.

Properties

In the following exercises, assume that the moment generating functions are finite in an interval about 0.

Mathematical Exercise 3. Show that for any nonnegative integer n,

MX(n)(0) = E(Xn)

Thus, the derivatives of the moment generating function at 0 determine the moments of the variable (hence the name).

Mathematical Exercise 4. If a and b are constants, show that

MaX + b(t) = exp(bt) MX(at)

Mathematical Exercise 5. Suppose that X and Y are independent. Show that

MX + Y(t) = MX(t) MY(t)

The result in Exercise 5 is one of the most important properties of moment generating functions, and is frequently used to determine the distribution of a sum of independent variables. By contrast, the density of a sum of independent variables is the convolution of the densities, a much more complicated operation.

Joint Moment Generating Functions

Suppose now that (X, Y) is a random vector for an experiment, taking values in a subset S of R2. The (joint) moment generating function of (X, Y) is defined by

MX, Y(s, t) = E[exp(sX + tY)] for s, t in R

Once again, the important fact is that if the moment generating function is finite in an open rectangle containing (0, 0) then this function completely determines the distribution of (X, Y).

Mathematical Exercise 6. Suppose that (X, Y) has a discrete distribution with density function f. Show that

Mathematical Exercise 7. Suppose that (X, Y) has a continuous distribution with density function f. Show that

Properties

Mathematical Exercise 8. Show that

  1. MX, Y(s, 0) = MX(s)
  2. MX, Y(0, t) = MY( t)
  3. MX, Y(t, t) = MX+Y(t)

Mathematical Exercise 9. Show that X and Y are independent if and only if

MX, Y(s, t) = MX(s) MY( t) for (s, t) in a rectangle about (0, 0).

Naturally, the results for bivariate moment generating functions have analogues in the general multivariate case. Only the notation is more complicated.


Expected Value

Previous