Psychology Wiki
No edit summary
 
No edit summary
 
Line 1: Line 1:
 
{{StatsPsy}}
 
{{StatsPsy}}
  +
  +
  +
In [[probability theory]], the '''cumulative distribution function''' (abbreviated '''cdf''') completely describes the probability distribution of a [[Real_number|real]]-valued [[random variable]], ''X''. For every real number ''x'', the cdf is given by
  +
  +
:<math>F(x) = \operatorname{P}(X\leq x),</math>
  +
  +
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 (mathematics)|interval]] (''a'',&nbsp;''b''<nowiki>]</nowiki> is therefore ''F''(''b'')&nbsp;&minus;&nbsp;''F''(''a'') if ''a''&nbsp;<&nbsp;''b''. It is conventional to use a capital ''F'' for a cumulative distribution function, in contrast to the lower-case ''f'' used for [[probability density function]]s and [[probability mass function]]s.
  +
  +
Note that in the definition above, the "less or equal" sign, '&le;' could be replaced with "strictly less" '<'. This would yield a different function, but either of the two functions can be readily derived from the other. The only thing to remember is to stick to either definition as mixing them will lead to incorrect results. In English-speaking countries the convention that uses the weak inequality (&le;) rather than the strict inequality (<) is nearly always used.
  +
  +
The "point probability" that ''X'' is exactly ''b'' can be found as
  +
  +
:<math>\operatorname{P}(X=b) = F(b) - \lim_{x \to b^{-}} F(x)</math>
  +
  +
==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
  +
  +
:<math>F_c(x) = \operatorname{P}(X > x) = 1 - F(x)</math>.
  +
  +
== Examples ==
  +
As an example, suppose ''X'' is uniformly distributed on the [[unit interval]] [0,&nbsp;1].
  +
Then the cdf is given by
  +
  +
:''F''(''x'') = 0, if ''x'' < 0;
  +
:''F''(''x'') = ''x'', if 0 &le; ''x'' &le; 1;
  +
:''F''(''x'') = 1, if ''x'' > 1.
  +
  +
For a different example, suppose ''X'' takes only the values 0 and 1, with equal probability.
  +
Then the cdf is given by
  +
  +
:''F''(''x'') = 0, if ''x'' < 0;
  +
:''F''(''x'') = 1/2, if 0 &le; ''x'' < 1;
  +
:''F''(''x'') = 1, if ''x'' &ge; 1.
  +
  +
== Properties ==
  +
Every cumulative distribution function ''F'' is (not necessarily strictly) [[monotone increasing]] and [[continuous function|continuous]] from the right (''right-continuous''). Furthermore, we have <math>\lim_{x\to -\infty}F(x)=0</math> and <math>\lim_{x\to +\infty}F(x)=1</math>. Every function with these four properties is a cdf. Almost all cdfs are [[cadlag]] functions.
  +
  +
If ''X'' is a [[discrete random variable]], then it attains values ''x''<sub>1</sub>, ''x''<sub>2</sub>, ... with probability ''p''<sub>i</sub> = p(''x''<sub>i</sub>), and the cdf of ''X'' will be discontinuous at the points ''x''<sub>''i''</sub> and constant in between:
  +
  +
:<math>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)</math>
  +
  +
If the cdf ''F'' of ''X'' is [[continuous function|continuous]], then ''X'' is a [[continuous random variable]]; if furthermore ''F'' is [[absolute continuity|absolutely continuous]], then there exists a [[Lebesgue integral|Lebesgue-integrable]] function ''f''(''x'') such that
  +
  +
:<math>F(b)-F(a) = \operatorname{P}(a\leq X\leq b) = \int_a^b f(x)\,dx</math>
  +
  +
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 "&le;" 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''.
  +
  +
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 {{IPA|/k&#339;yp&#601;&#641;/}}; a bit like "Cowper" might be pronounced in English) 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.
  +
  +
==See also==
  +
* [[Descriptive statistics]]
  +
* [[Probability distribution]]
  +
* [[Probability density function]]
  +
* [[Empirical distribution function]]
  +
  +
[[Category:Probability theory]]
  +
  +
[[da:Fordelingsfunktion]]
  +
[[de:Kumulierte Verteilungsfunktion]]
  +
[[fr:Fonction de répartition]]
  +
[[pl:Dystrybuanta]]
  +
[[pt:Função distribuição acumulada]]
  +
[[su:Cumulative distribution function]]
  +
[[zh:累积分布函数]]
  +
{{enWP|Cumulative_distribution_function}}

Latest revision as of 06:53, 11 February 2006

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Individual differences | Personality | Philosophy | Social |
Methods | Statistics | Clinical | Educational | Industrial | Professional items | World psychology |

Statistics: Scientific method · Research methods · Experimental design · Undergraduate statistics courses · Statistical tests · Game theory · Decision theory



In probability theory, the cumulative distribution function (abbreviated cdf) completely describes the probability distribution of a real-valued random variable, X. For every real number x, the 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. The probability that X lies in the interval (ab] is therefore F(b) − F(a) if a < b. 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.

Note that in the definition above, the "less or equal" sign, '≤' could be replaced with "strictly less" '<'. This would yield a different function, but either of the two functions can be readily derived from the other. The only thing to remember is to stick to either definition as mixing them will lead to incorrect results. In English-speaking countries the convention that uses the weak inequality (≤) rather than the strict inequality (<) is nearly always used.

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

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

.

Examples

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

F(x) = 0, if x < 0;
F(x) = x, if 0 ≤ x ≤ 1;
F(x) = 1, if x > 1.

For a different example, suppose X takes only the values 0 and 1, with equal probability. Then the cdf is given by

F(x) = 0, if x < 0;
F(x) = 1/2, if 0 ≤ x < 1;
F(x) = 1, if x ≥ 1.

Properties

Every cumulative distribution function F is (not necessarily strictly) monotone increasing and continuous from the right (right-continuous). Furthermore, we have and . Every function with these four properties is a cdf. Almost all cdfs are cadlag 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.

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əʁ/; a bit like "Cowper" might be pronounced in English) 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.

See also

da:Fordelingsfunktion de:Kumulierte Verteilungsfunktion fr:Fonction de répartition pt:Função distribuição acumulada su:Cumulative distribution function zh:累积分布函数

This page uses Creative Commons Licensed content from Wikipedia (view authors).