Rahul Sharma (Editor)

Cumulative distribution function

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Cumulative distribution function

In probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equal to x.

Contents

In the case of a continuous distribution, it gives the area under the probability density function from minus infinity to x. Cumulative distribution functions are also used to specify the distribution of multivariate random variables.

Definition

The cumulative distribution function of a real-valued random variable X is the function given by

F X ( x ) = P ( X 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 semi-closed interval (ab], where a  <  b, is therefore

P ( a < X b ) = F X ( b ) F X ( a ) .

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 depends upon this convention. Moreover, important formulas like Paul Lévy's inversion formula for the characteristic function also rely on the "less than or equal" formulation.

If treating several random variables XY, ... etc. the corresponding letters are used as subscripts while, if treating only one, the subscript is usually 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 a continuous random variable X can be expressed as the integral of its probability density function ƒX as follows:

F X ( x ) = x f X ( t ) d t .

In the case of a random variable X which has distribution having a discrete component at a value b,

P ( X = b ) = F X ( b ) lim x b F X ( x ) .

If FX is continuous at b, this equals zero and there is no discrete component at b.

Properties

Every cumulative distribution function F is non-decreasing and right-continuous, which makes it a càdlàg function. Furthermore,

lim x F ( x ) = 0 , lim x + F ( x ) = 1.

Every function with these four properties is a CDF, i.e., for every such function, a random variable can be defined such that the function is the cumulative distribution function of that random variable.

If X is a purely 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 ) = P ( X x ) = x i x P ( X = x i ) = x i x p ( x i ) .

If the CDF F of a real valued random variable 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 ) = P ( a < X b ) = a b f ( x ) d x

for all real numbers a and b. 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.

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 ) = { 0 :   x < 0 x :   0 x < 1 1 :   x 1.

Suppose instead that X takes only the discrete values 0 and 1, with equal probability. Then the CDF of X is given by

F ( x ) = { 0 :   x < 0 1 / 2 :   0 x < 1 1 :   x 1.

Complementary cumulative distribution function (tail distribution)

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 simply the tail distribution or exceedance, and is defined as

F ¯ ( x ) = P ( X > x ) = 1 F ( x ) .

This has applications in statistical hypothesis testing, for example, because the one-sided p-value is the probability of observing a test statistic at least as extreme as the one observed. Thus, provided that the test statistic, T, has a continuous distribution, the one-sided p-value is simply given by the ccdf: for an observed value t of the test statistic

p = P ( T t ) = P ( T > t ) = 1 F T ( t ) .

In survival analysis, F ¯ ( x ) is called the survival function and denoted S ( x ) , while the term reliability function is common in engineering.

Properties
  • For a non-negative continuous random variable having an expectation, Markov's inequality states that
  • As x , F ¯ ( x ) 0   , and in fact F ¯ ( x ) = o ( 1 / x ) provided that E ( X ) is finite.
  • Proof: Assuming X has a density function f, for any c > 0 E ( X ) = 0 x f ( x ) d x 0 c x f ( x ) d x + c c f ( x ) d x Then, on recognizing F ¯ ( c ) = c f ( x ) d x and rearranging terms, 0 c F ¯ ( c ) E ( X ) 0 c x f ( x ) d x 0  as  c as claimed.

    Folded cumulative distribution

    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, thus using two scales, one for the upslope and another for the downslope. This form of illustration emphasises the median and dispersion (the mean absolute deviation from the median) of the distribution or of the empirical results.

    Inverse distribution function (quantile function)

    If the CDF F is strictly increasing and continuous then F 1 ( p ) , p [ 0 , 1 ] , is the unique real number x such that F ( x ) = p . In such a case, this defines the inverse distribution function or quantile function.

    Some distributions do not have a unique inverse (for example in the case where f X ( x ) = 0 for all a < x < b , causing F X to be constant). This problem can be solved by defining, for p [ 0 , 1 ] , the generalized inverse distribution function:

    F 1 ( p ) = inf { x R : F ( x ) p } .
  • Example 1: The median is F 1 ( 0.5 ) .
  • Example 2: Put τ = F 1 ( 0.95 ) . Then we call τ the 95th percentile.
  • Some useful properties of the inverse cdf (which are also preserved in the definition of the generalized inverse distribution function) are:

    1. F 1 is nondecreasing
    2. F 1 ( F ( x ) ) x
    3. F ( F 1 ( p ) ) p
    4. F 1 ( p ) x if and only if y F ( p )
    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 α .

    The inverse of the cdf can be used to translate results obtained for the uniform distribution to other distributions.

    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 F is given by

    F ( x , y ) = P ( X x , Y 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:

    1. Monotonically non-decreasing for each of its variables
    2. Right-continuous for each of its variables.
    3. 0 F ( x 1 , . . . , x n ) 1
    4. lim x 1 , . . . , x n + F ( x 1 , . . . , x n ) = 1 and lim x i F ( x 1 , . . . , x n ) = 0 , for all  i

    Use in statistical analysis

    The concept of the cumulative distribution function makes an explicit appearance in statistical analysis in two (similar) ways. Cumulative frequency analysis is the analysis of the frequency of occurrence of values of a phenomenon less than a reference value. The empirical distribution function is a formal direct estimate of the cumulative distribution function for which simple statistical properties can be derived and which can form the basis of various statistical hypothesis tests. Such tests can assess whether there is evidence against a sample of data having arisen from a given distribution, or evidence against two samples of data having arisen from the same (unknown) population distribution.

    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 is useful if the domain of the distribution is cyclic as in day of the week. For instance Kuiper's test might be used 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.

    References

    Cumulative distribution function Wikipedia