Jump to content

Cumulative distribution function

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 202.131.227.149 (talk) at 08:59, 29 November 2010 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In probability theory and statistics, the cumulative distribution function (CDF), or just distribution function, describes the probability that a real-valued random variable X with a given probability distribution will be found at a value less than or equal to x. Intuitively, it is the "area so far" function of the probability distribution. Cumulative distribution functions are also used to specify the distribution of multivariate random variables.

Definition

For every real number x, the CDF of a real-valued random variable X is given by

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 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:

Note that in the definition above, the "less than or equal to" sign, "≤", is a convention, not a universally used one (e.g. Hungarian literature uses "<"), but 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.

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 non-decreasing (see monotone increasing) and right-continuous. Furthermore, we have

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:

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

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.

Point probability

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

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 (Template:Pron-en) 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.

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) or exceedance, and is defined as

This has applications in statistical hypothesis testing, for example, because one-sided P-value is the probability of observing a test statistic at least as extreme as the one observed; hence, the one-sided P-value is simply given by the ccdf.

In survival analysis, is called the survival function and denoted , while the term reliability function is common in engineering.

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,[1] 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.

Examples

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

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

Inverse

If the CDF F is strictly increasing and continuous then is the unique real number such that .

Unfortunately, the distribution does not, in general, have an inverse. One may define, for ,

Example 1: The median is .

Example 2: Put . 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. is nondecreasing
  2. if and only if
  3. If has a distribution then is distributed as . This is used in random number generation using the inverse transform sampling-method.
  4. If is a collection of independent -distributed random variables defined on the same sample space, then there exist random variables such that is distributed as and with probability 1 for all .

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

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:

  1. Monotonically non-decreasing for each of its variables
  2. Right-continuous for each of its variables.
  3. and

See also

References

  1. ^ Gentle, J.E. (2009). Computational Statistics. Springer. Retrieved 2010-08-06.

Template:Theory of probability distributions jC