The Cumulative Distribution Function (CDF) is a key concept in probability and statistics. It describes the probability that a random variable 𝑋 takes on a value less than or equal to a given point 𝑥. By presenting cumulative probabilities, the CDF provides an intuitive way to understand how values are distributed across a dataset or probability model.
The CDF is derived from probability models. For continuous variables, it is obtained by integrating the Probability Density Function (PDF). For discrete variables, it is calculated by summing probabilities up to the chosen point. While the PDF or probability mass function shows the chance of a specific value, the CDF accumulates these probabilities, offering a complete picture of how probability builds up over the range of possible outcomes.
𝐹(𝑥) = 𝑃(𝑋 ≤ 𝑥), the probability that 𝑋 is less than or equal to 𝑥.
\(
F(x) = \int_{-\infty}^{x} f(t) \, dt
\)
where 𝑓(𝑡) is the PDF of 𝑋.
The CDF is fundamental in both theoretical and applied statistics. It is widely used in finance, engineering, healthcare, and social sciences to model uncertainty, compare datasets, and support decision-making. Its ability to summarise cumulative probabilities makes it indispensable for interpreting variability, defining benchmarks, and quantifying risk.