The cumulative distribution function (CDF) of a random variable X is defined as the probability that X takes on a value less than or equal to a given value.
The following function is used for calculating the cumulative distribution function:
Where
Let's take an example of a fair coin that is tossed twice. The random variable
Possible outcomes when we toss the fair coin twice are:
Possibilities Head (H), Tail(T) |
HH |
HT |
TH |
TT |
Let's look into the probability distribution for getting the heads.
x | p(x) |
0 | p(0) = P(X=0) = P(TT) = 1/4 |
1 | p(1) = P(X=1) = P(HT)+P(HT) = 2/4 |
2 | p(2) = P(X=2) = P(HH) = 1/4 |
To determine the CDF of
Hence, the CDF of
Non-decreasing: F(x) is a non-decreasing function.
Range:
Limits:
CDF approaches 0 as
CDF approaches 1 as
The Cumulative Distribution Function (CDF) is widely used in various disciplines, including statistics, finance, economics, and others. Some are listed below:
Statistics: In statistics, the CDF is an essential idea. It facilitates data analysis, modeling, and inference by calculating probabilities associated with different values of a random variable.
Finance: The CDF estimates the likelihood of various financial events like stock prices exceeding certain thresholds. This information helps investors and financial analysts make informed decisions.
The cumulative distribution function (CDF) is a helpful tool for determining the probabilities of random variables. It determines the probabilities associated with various experiment outcomes.