Cumulative distribution function explained
, or just
distribution function of
, evaluated at
, is the
probability that
will take a value less than or equal to
.
[1] Every probability distribution supported on the real numbers, discrete or "mixed" as well as continuous, is uniquely identified by a right-continuous monotone increasing function (a càdlàg function)
satisfying
and
.
In the case of a scalar continuous distribution, it gives the area under the probability density function from negative infinity to
. Cumulative distribution functions are also used to specify the distribution of
multivariate random variables.
Definition
is the function given by
[2] where the right-hand side represents the
probability that the random variable
takes on a value less than or equal to
.
The probability that
lies in the semi-closed
interval
, where
, is therefore
[2] 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 the distinction 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
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
for a cumulative distribution function, in contrast to the lower-case
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 uses
and
instead of
and
, respectively.
The probability density function of a continuous random variable can be determined from the cumulative distribution function by differentiating[3] using the Fundamental Theorem of Calculus; i.e. given
,
as long as the derivative exists.
can be expressed as the integral of its probability density function
as follows:
In the case of a random variable
which has distribution having a discrete component at a value
,
If
is continuous at
, this equals zero and there is no discrete component at
.
Properties
Every cumulative distribution function
is
non-decreasing[2] and right-continuous,
[2] which makes it a
càdlàg function. Furthermore,
Every function with these three 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
is a purely discrete random variable, then it attains values
with probability
, and the CDF of
will be
discontinuous at the points
:
If the CDF
of a real valued random variable
is
continuous, then
is a continuous random variable; if furthermore
is
absolutely continuous, then there exists a
Lebesgue-integrable function
such that
for all real numbers
and
. The function
is equal to the
derivative of
almost everywhere, and it is called the
probability density function of the distribution of
.
If
has finite
L1-norm, that is, the expectation of
is finite, then the expectation is given by the
Riemann–Stieltjes integral and for any
,
as well as
as shown in the diagram with the two red rectangles. In particular, we have
In addition, the (finite) expected value of the real-valued random variable
can be defined on the graph of its cumulative distribution function as illustrated by the drawing in the definition of expected value for arbitrary real-valued random variables.
Examples
As an example, suppose
is
uniformly distributed on the unit interval
.
Then the CDF of
is given by
Suppose instead that
takes only the discrete values 0 and 1, with equal probability.
Then the CDF of
is given by
Suppose
is
exponential distributed. Then the CDF of
is given by
Here λ > 0 is the parameter of the distribution, often called the rate parameter.
Suppose
is
normal distributed. Then the CDF of
is given by
Here the parameter
is the
mean or expectation of the distribution; and
is its standard deviation.
A table of the CDF of the standard normal distribution is often used in statistical applications, where it is named the standard normal table, the unit normal table, or the Z table.
Suppose
is
binomial distributed. Then the CDF of
is given by
Here
is the probability of success and the function denotes the discrete probability distribution of the number of successes in a sequence of
independent experiments, and
is the "floor" under
, i.e. the greatest integer less than or equal to
.
Derived functions
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 () or simply the or , and is defined as
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
of the test statistic
In survival analysis,
is called the
survival function and denoted
, 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[4]
- As
, and in fact
provided that
is finite.
Proof:
Assuming
has a density function
, for any
Then, on recognizing
and rearranging terms,
as claimed.
- For a random variable having an expectation, and for a non-negative random variable the second term is 0.
If the random variable can only take non-negative integer values, this is equivalent to
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,
[5] [6] that is
}+(1-F(x))1_where
} denotes the
indicator function and the second summand is the
survivor function, thus using two scales, one for the upslope and another for the downslope. This form of illustration emphasises the
median,
dispersion (specifically, the
mean absolute deviation from the median
[7]) and
skewness of the distribution or of the empirical results.
Inverse distribution function (quantile function)
See main article: Quantile function. If the CDF F is strictly increasing and continuous then
is the unique real number
such that
. This defines the
inverse distribution function or
quantile function.
Some distributions do not have a unique inverse (for example if
for all
, causing
to be constant). In this case, one may use the
generalized inverse distribution function, which is defined as
F-1(p)=inf\{x\inR:F(x)\geqp\}, \forallp\in[0,1].
.
. 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:
is nondecreasing
[8]
if and only if
- If
has a
distribution then
is distributed as
. This is used in
random number generation using the
inverse transform sampling-method.
- 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
.
The inverse of the cdf can be used to translate results obtained for the uniform distribution to other distributions.
Empirical distribution function
The empirical distribution function is an estimate of the cumulative distribution function that generated the points in the sample. It converges with probability 1 to that underlying distribution. A number of results exist to quantify the rate of convergence of the empirical distribution function to the underlying cumulative distribution function.[9]
Multivariate case
Definition for two random variables
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
, the joint CDF
is given by
[2] where the right-hand side represents the probability that the random variable
takes on a value less than or equal to
and that
takes on a value less than or equal to
.
Example of joint cumulative distribution function:
For two continuous variables X and Y:
For two discrete random variables, it is beneficial to generate a table of probabilities and address the cumulative probability for each potential range of X and Y, and here is the example:[10]
given the joint probability mass function in tabular form, determine the joint cumulative distribution function.
Y = 2 | Y = 4 | Y = 6 | Y = 8 |
X = 1 | 0 | 0.1 | 0 | 0.1 |
X = 3 | 0 | 0 | 0.2 | 0 |
X = 5 | 0.3 | 0 | 0 | 0.15 |
X = 7 | 0 | 0 | 0.15 | 0 | |
Solution: using the given table of probabilities for each potential range of
X and
Y, the joint cumulative distribution function may be constructed in tabular form:
Y < 2 | Y ≤ 2 | Y ≤ 4 | Y ≤ 6 | Y ≤ 8 |
X < 1 | 0 | 0 | 0 | 0 | 0 |
X ≤ 1 | 0 | 0 | 0.1 | 0.1 | 0.2 |
X ≤ 3 | 0 | 0 | 0.1 | 0.3 | 0.4 |
X ≤ 5 | 0 | 0.3 | 0.4 | 0.6 | 0.85 |
X ≤ 7 | 0 | 0.3 | 0.4 | 0.75 | 1 | |
Definition for more than two random variables
For
random variables
, the joint CDF
is given by
Interpreting the
random variables as a
random vector
yields a shorter notation:
Properties
Every multivariate CDF is:
- Monotonically non-decreasing for each of its variables,
- Right-continuous in each of its variables,
0\leq
(x1,\ldots,xn)\leq1,
Not every function satisfying the above four properties is a multivariate CDF, unlike in the single dimension case. For example, let
for
or
or
and let
otherwise. It is easy to see that the above conditions are met, and yet
is not a CDF since if it was, then
as explained below.
The probability that a point belongs to a hyperrectangle is analogous to the 1-dimensional case:[11]
Complex case
Complex random variable
The generalization of the cumulative distribution function from real to complex random variables is not obvious because expressions of the form
make no sense. However expressions of the form
P(\Re{(Z)}\leq1,\Im{(Z)}\leq3)
make sense. Therefore, we define the cumulative distribution of a complex random variables via the
joint distribution of their real and imaginary parts:
Complex random vector
Generalization of yieldsas definition for the CDS of a complex random vector
.
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.
See also
is given as
f(x)=
| | | | 2\beta | | x\alpha-1\exp(-\betax2+\gammax) |
|
|
\right)}}
, where
\Psi(\alpha,z)={}1\Psi
| |
| 1\left(\begin{matrix}\left(\alpha, | 1 | 2 |
|
\right)\\(1,0)\end{matrix};z\right)
denotes the
Fox–Wright Psi function.
Notes and References
- Book: Mathematics for Machine Learning. Deisenroth. Marc Peter. Faisal. A. Aldo. Ong. Cheng Soon. Cambridge University Press. 2020. 9781108455145. 181.
- Book: Park, Kun Il. Fundamentals of Probability and Stochastic Processes with Applications to Communications. Springer . 2018 . 978-3-319-68074-3.
- Book: Applied Statistics and Probability for Engineers. Montgomery . Douglas C. . Runger . George C. . John Wiley & Sons, Inc.. 2003. 0-471-20454-4 . 104. https://web.archive.org/web/20120730233253/http://www.um.edu.ar/math/montgomery.pdf . 2012-07-30 . live.
- Book: Zwillinger. Daniel. Kokoska. Stephen. CRC Standard Probability and Statistics Tables and Formulae. 2010. CRC Press. 978-1-58488-059-2. 49 .
- Book: Gentle, J.E.. Computational Statistics. 2010-08-06. 2009. Springer. 978-0-387-98145-1 .
- Monti. K. L.. Katherine Monti . 342–345. 1995. Folded Empirical Distribution Function Curves (Mountain Plots) . The American Statistician. 49. 4. 2684570. 10.2307/2684570.
- Xue . J. H.. Titterington . D. M.. 10.1016/j.spl.2011.03.014. The p-folded cumulative distribution function and the mean absolute deviation from the p-quantile. Statistics & Probability Letters. 81 . 8 . 1179–1182. 2011.
- Book: Chan, Stanley H. . Introduction to Probability for Data Science . 2021 . Michigan Publishing . 978-1-60785-746-4 . 18 . en.
- Hesse . C. . Rates of convergence for the empirical distribution function and the empirical characteristic function of a broad class of linear processes . Journal of Multivariate Analysis . 1990 . 35 . 2 . 186–202 . 10.1016/0047-259X(90)90024-C.
- Web site: Joint Cumulative Distribution Function (CDF). math.info. 2019-12-11.
- Web site: Archived copy . www.math.wustl.edu . 13 January 2022 . https://web.archive.org/web/20160222051842/http://www.math.wustl.edu/~hgan/Prob2014/slides.259-327.pdf . 22 February 2016 . dead.
- Sun . Jingchao . Kong . Maiying . Pal . Subhadip . The Modified-Half-Normal distribution: Properties and an efficient sampling scheme . Communications in Statistics - Theory and Methods . 22 June 2021 . 52 . 5 . 1591–1613 . 10.1080/03610926.2021.1934700 . 237919587 . 0361-0926.