Distribution Functions

Home

Definition

Let X be a random variable. The (cumulative) distribution function of X is the function F given by

This function is important because it makes sense for any type of real-valued variable--discrete, continuous, or even mixed, and because as we will see, it completely determines the distribution of X. We will abbreviate some limits of F as follows:

Basic Properties

The properties in the following exercises completely characterize distribution functions. The continuity theorems will be helpful in the proofs.

Mathematical Exercise 1. Show that F is increasing:

if x y then F(x) F(y)

Mathematical Exercise 2. Show that F is continuous from the right:

F(x+) = F(x) for each x in R.

Mathematical Exercise 3. Show that F has limits from the left:

F(x-) = P(X < x) for each x in R.

Mathematical Exercise 4. Show that

Mathematical Exercise 5. Show that

The following exercise shows how the distribution function can be used to compute the probability that X is in an interval. Using this result and the rules of probability we can, in principal, find the probability that X is in an arbitrary set that can be constructed from a countable number of intervals. Thus, the distribution function determines the distribution of X.

Mathematical Exercise 6. Suppose that a and b are in R with a < b. Show that

  1. P(X = a) = F(a) - F(a-)
  2. P(a < X b) = F(b) - F(a)
  3. P(a < X < b) = F(b-) - F(a)
  4. P(a X b) = F(b) - F(a-)
  5. P(a X < b) = F(b-) - F(a-)

Relation to Density Functions

In the case that X is discrete, there is a simple relationship between the distribution function and the density function.

Mathematical Exercise 3. Suppose that X is discrete with density function f and distribution function F. Show that for x in R,

Thus, F is a step function with jumps at the values of X that have positive probability; the size of the jump at x is the density function at x.

There is an analogous result when X is continuous.

Mathematical Exercise 4. Suppose that X is continuous with density function f and distribution function F. Show that

Quantiles

A value of x such that

F(x-) = P(X < x) 1 / 2 and F(x) = P(X x) 1 / 2

is called a median of the distribution. When there is only one median, it is sometimes used as a measure of the center of the distribution. More generally, suppose that p is in (0, 1). A value of x such that

F(x-) = P(X < x) p and F(x) = P(X x) 1 - p

is called a quantile of order p for the distribution. Thus, the median is the quantile of order 0.5

Mathematical Exercise 5. Suppose that X is continuous and takes values in an interval I and that F is strictly increasing on I. Show that for each p in (0, 1), X has a unique quantile of order p.

Mathematical Exercise 6. Suppose that X has the power distribution with parameter a > 1, which has probability density function

f(x) = (a - 1)x-a for x > 1

Find the distribution function of X and find the median, the quantile of order 0.25 and the quantile of order 0.75.

Right Tail Functions

A function that clearly gives the same information as the distribution function is the right-tail probability function:

G(x) = 1 - F(x) = P(X > x) for x in R

Sometimes this function is more natural, particularly in the reliability setting in which X represents the lifetime of a device.

Functions of a Random Variable

Distribution functions are useful for finding the probability density function of a continuous random variable Y that is a function of another random variable X. The general technique is to find the distribution function of Y, using the basic rules of probability, and then differentiate to get the density function.

Mathematical Exercise 7. Suppose that X is uniformly distributed on the interval (–2, 2). Find the density function of

Y = X2

When the function of random variable X is one-to-one, there is a simple formula that gives the density of Y in terms of the function and the density of X. This is known as the change of variables formula.

Mathematical Exercise 8. Suppose that X is continuous random variable taking values in an interval S of R and that X has probability density function f. Suppose that Y = r(X) where r is a strictly monotone (increasing or decreasing) function from S onto an interval T. Finally, assume that the inverse function

x = r-1(y)

has a nonzero derivative on T. Show that the density g of Y is given by

The two-dimensional version of the change of variables formula is derived in the Bivariate Distributions discussion.

Mathematical Exercise 9. Suppose that X is uniformly distributed on the interval (2, 4). Find the density function of

Y = X2

Mathematical Exercise 10. Suppose that X has the density function

f(x) = x2 / 3 for –1 < x < 2

Find the density function of Y = X1/3.

Mathematical Exercise 11. Suppose that X has the power distribution with parameter a > 1, which has density function

f(x) = (a - 1)x-a for x > 1

Find the density function of Y = 1 / X.

Mathematical Exercise 12. Suppose that X1, X2, ..., Xn are independent random variables and that Xi has distribution function Fi for each i. Let Y = min{X1, X2, ..., Xn} and let G denote the distribution function of Y.

  1. Show that for any t,

1 - G(t) = [1 - F1(t)][1 - F2(t)]···[1 - Fn(t)]

  1. In particular, suppose that the Xi are identically distributed with common distribution function F. Show that

G(t) = 1 - [1 - F(t)]n

  1. Suppose that the Xi are continuous random variables with common density f. Show that the density function g of Y is given by

g(t) = n[1 - F(t)]n-1f(t)

Mathematical Exercise 13. Suppose that X1, X2, ..., Xn are independent random variables and that Xi has distribution function Fi for each i. Let Z = max{X1, X2, ..., Xn} and let H denote the distribution function of Z.

  1. Show that for any t,

H(t) = F1(t) F2(t) ··· Fn(t)

  1. In particular, suppose that the Xi are identically distributed with common distribution function F. Show that

H(t) = [F(t)]n

  1. Suppose that the Xi are continuous random variables with common density f. Show that the density function h of Z is given by

h(t) = n[F(t)]n-1f(t)


Distributions

Previous