Cumulative distribution function

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In probability theory and statistics, the cumulative distribution function (CDF) or just distribution function,[1] completely describes the probability distribution of a real-valued random variable X. For every real number x, the CDF of X is given by

x \mapsto F_X(x) = \operatorname{P}(X\leq x),

where the right-hand side represents the probability that the random variable X takes on a value less than or equal to x. The probability that X lies in the interval (ab] is therefore FX(b) − FX(a) if a < b.

If treating several random variables XY, ... etc. the corresponding letters are used as subscripts while, if treating only one, the subscript is omitted. It is conventional to use a capital F for a cumulative distribution function, in contrast to the lower-case f used for probability density functions and probability mass functions. This applies when discussing general distributions: some specific distributions have their own conventional notation, for example the normal distribution.

The CDF of X can be defined in terms of the probability density function ƒ as follows:

F(x) = \int_{-\infty}^x f(t)\,dt.

Note that in the definition above, the "less or equal" sign, '≤' is a convention, but it is a universally used one, and is important for discrete distributions. The proper use of tables of the binomial and Poisson distributions depend upon this convention. Moreover, important formulas like Levy's inversion formula for the characteristic function also rely on the "less or equal" formulation.

Contents

[edit] Properties

From top to bottom, the cumulative distribution function of a discrete probability distribution, continuous probability distribution, and a distribution which has both a continuous part and a discrete part.

Every cumulative distribution function F is (not necessarily strictly) monotone increasing and right-continuous. Furthermore, we have

\lim_{x\to -\infty}F(x)=0, \quad \lim_{x\to +\infty}F(x)=1.

Every function with these four properties is a CDF. The properties imply that all CDFs are càdlàg functions.

If X is a discrete random variable, then it attains values x1, x2, ... with probability pi = P(xi), and the CDF of X will be discontinuous at the points xi and constant in between:

F(x) = \operatorname{P}(X\leq x) = \sum_{x_i \leq x} \operatorname{P}(X = x_i) = \sum_{x_i \leq x} p(x_i).

If the CDF F of X is continuous, then X is a continuous random variable; if furthermore F is absolutely continuous, then there exists a Lebesgue-integrable function f(x) such that

F(b)-F(a) = \operatorname{P}(a\leq X\leq b) = \int_a^b f(x)\,dx

for all real numbers a and b. (The first of the two equalities displayed above would not be correct in general if we had not said that the distribution is continuous. Continuity of the distribution implies that P (X = a) = P (X = b) = 0, so the difference between "<" and "≤" ceases to be important in this context.) The function f is equal to the derivative of F almost everywhere, and it is called the probability density function of the distribution of X.

[edit] Point probability

The "point probability" that X is exactly b can be found as

\operatorname{P}(X=b) = F(b) - \lim_{x \to b^{-}} F(x).

[edit] Kolmogorov-Smirnov and Kuiper's tests

The Kolmogorov-Smirnov test is based on cumulative distribution functions and can be used to test to see whether two empirical distributions are different or whether an empirical distribution is different from an ideal distribution. The closely related Kuiper's test (pronounced [kœypəʁ]) is useful if the domain of the distribution is cyclic as in day of the week. For instance we might use Kuiper's test to see if the number of tornadoes varies during the year or if sales of a product vary by day of the week or day of the month.

[edit] Complementary cumulative distribution function

Sometimes, it is useful to study the opposite question and ask how often the random variable is above a particular level. This is called the complementary cumulative distribution function (ccdf), defined as

F_c(x) = \operatorname{P}(X > x) = 1 - F(x).

In survival analysis, Fc(x) is called the survival function and denoted S(x).

[edit] Folded cumulative distribution

Example of the folded cumulative distribution for a normal distribution function

While the plot of a cumulative distribution often has an S-like shape, an alternative illustration is the folded cumulative distribution or mountain plot, which folds the top half of the graph over,[2] thus using two scales, one for the upslope and another for the downslope. This form of illustration emphasises the median and dispersion of the distribution or of the empirical results.

[edit] Examples

As an example, suppose X is uniformly distributed on the unit interval [0, 1]. Then the CDF of X is given by

F(x) = \begin{cases}
0 &:\ x < 0\\
x &:\ 0 \le x \le 1\\
1 &:\ 1 < x.
\end{cases}

Take another example, suppose X takes only the discrete values 0 and 1, with equal probability. Then the CDF of X is given by

F(x) = \begin{cases}
0 &:\ x < 0\\
1/2 &:\ 0 \le x < 1\\
1 &:\ 1 \le x.
\end{cases}

[edit] Inverse

If the CDF F is strictly increasing and continuous then  F^{-1}( y ), y \in [0,1] is the unique real number x such that F(x) = y.

Unfortunately, the distribution does not, in general, have an inverse. One may define, for  y \in [0,1] ,


F^{-1}(y) = \inf_{x \in \mathbb{R}} \{ F(x) \geq y \}.

Example 1: The median is F − 1(0.5).

Example 2: Put τ = F − 1(0.95). Then we call τ the 95th percentile.

The inverse of the cdf is called the quantile function.

The inverse of the cdf can be used to translate results obtained for the uniform distribution to other distributions. Some useful properties of the inverse cdf are:

  1. F − 1 is nondecreasing
  2. F^{-1}(F(x)) \leq x
  3. F(F^{-1}(y)) \geq y
  4. F^{-1}(y) \leq x if and only if y \leq F(x)
  5. If Y has a U[0,1] distribution then F − 1(Y) is distributed as F. This is used in random number generation using the inverse transform sampling-method.
  6. If {Xα} is a collection of independent F-distributed random variables defined on the same sample space, then there exist random variables Yα such that Yα is distributed as U[0,1] and F − 1(Yα) = Xα with probability 1 for all α.

[edit] Multivariate Case

When dealing simultaneously with more than one random variable the joint cumulative distribution function can also be defined. For example, for a pair of random variables X,Y, the joint CDF is given by

(x, y) \to F(x,y) = \operatorname{P}(X\leq x,Y\leq y),

where the right-hand side represents the probability that the random variable X takes on a value less than or equal to x and that Y takes on a value less than or equal to y.

Every multivariate CDF is (not necessarily strictly) monotone increasing for each of its variables and right-continuous for each of its variables. Plus, \lim_{x_{1},...,x_{n}\rightarrow+\infty}F(x_{1},...,x_{n})=1 and \lim_{x_{1},...,x_{n}\rightarrow-\infty}F(x_{1},...,x_{n})=0

[edit] See also

[edit] References

Personal tools