Cumulative Distribution Function

The cumulative distribution function, or CDF, gives the probability that a random variable is less than or equal to a chosen value. In Intro to Statistics, it turns a distribution into cumulative probability so you can find percentiles and range probabilities.

Last updated July 2026

What is the Cumulative Distribution Function?

The cumulative distribution function (CDF) in Intro to Statistics is the function that tells you, for any value x, the probability that a random variable X is less than or equal to x. Written as F(x) = P(X \le x), it gives the running total of probability as you move across the distribution.

For a discrete random variable, the CDF is built by adding probabilities from the probability mass function up to the point you care about. If a distribution has values like 0, 1, 2, and 3, the CDF at 2 is the probability of 0, 1, and 2 combined. That makes it easy to answer questions like “What is the chance the outcome is at most 2?” without listing every outcome again.

For a continuous random variable, the CDF comes from the area under the probability density function to the left of x. Because continuous probabilities come from area, not exact points, the CDF is the clean way to find probabilities for intervals. If you want P(a < X \le b), you can use F(b) - F(a).

The CDF always moves upward or stays flat as x increases. It starts near 0 on the far left of the distribution and approaches 1 on the far right, since eventually you have included all possible probability. That monotone shape is one reason it shows up in graphs, technology output, and percentile problems.

A common way you will see the CDF in Intro to Statistics is through normal distribution work. Technology often reports a cumulative probability directly, and that number is the CDF value for the z-score or raw score you entered. If your calculator says 0.842, that means 84.2% of the distribution lies at or below that point.

Why the Cumulative Distribution Function matters in Intro to Statistics

The CDF is the bridge between a distribution and the questions you actually ask about it. Instead of memorizing every outcome one by one, you can use the CDF to find probabilities below a cutoff, above a cutoff, or between two values.

That matters in discrete distributions like binomial, geometric, and hypergeometric settings, where you often want cumulative probabilities such as “at most 3 successes” or “no more than 2 defective items.” The CDF turns a pile of single-value probabilities into one clean number.

It also matters in continuous distributions, especially the normal and exponential distributions. A raw density curve tells you shape, but the CDF tells you the accumulated area, which is what probability questions usually ask for. Percentiles, quartiles, and median location all depend on cumulative probability.

The CDF also helps you compare distributions in a way that is easier to read than the original density or mass function. If one curve rises faster than another, it means probability is piling up sooner. That can show shifts in center, spread, or tail behavior on assignments and quizzes where you interpret graphs instead of just calculating answers.

Keep studying Intro to Statistics Unit 5

How the Cumulative Distribution Function connects across the course

Probability Mass Function

A probability mass function gives the probability at each exact value for a discrete random variable. The CDF is what you get when you add those probabilities up from the left until you reach a chosen value. If the PMF tells you the height at each outcome, the CDF tells you the running total.

Distribution Function

Distribution function is a broader label that often refers to the same cumulative idea as the CDF. In Intro to Statistics, you should check the context, but the main move is usually the same: find the probability that a random variable is at or below a value. The CDF is the standard notation you will see most often.

Quantile Function

The quantile function goes in the opposite direction from the CDF. Instead of asking for the probability below a value, you give a probability and get back the value that matches it. That is why quantiles are used for medians, quartiles, and percentile cutoffs.

Cumulative relative frequency

Cumulative relative frequency is the data-table version of a CDF. It adds relative frequencies across ordered categories or values, so you can see how much of the data lies at or below each point. In class, this often shows up before the formal probability version does.

Is the Cumulative Distribution Function on the Intro to Statistics exam?

A quiz or problem set usually asks you to read a CDF value from a graph, use it to find a probability, or compute it from a table of discrete outcomes. For a discrete random variable, you may add probabilities up to a cutoff. For a normal distribution, you may use a z-score and technology to get the cumulative area to the left.

You also need to translate wordings carefully. “At most” means use the CDF directly, while “at least” usually means 1 minus a CDF value. “Between a and b” means subtract two cumulative probabilities. A lot of mistakes come from forgetting that the CDF is left-side area or left-side probability, not the probability of one exact point.

The Cumulative Distribution Function vs Probability Mass Function

The PMF gives probability for one exact value at a time, while the CDF gives the probability of being at or below a value. If you know the PMF, you can build the CDF by adding across outcomes. If you know the CDF, you can still infer ranges, but not the single-value probabilities as directly.

Key things to remember about the Cumulative Distribution Function

  • The cumulative distribution function is F(x) = P(X \le x), the total probability to the left of x.

  • For discrete random variables, you get the CDF by adding probabilities from the probability mass function up to the point you want.

  • For continuous random variables, the CDF is the area under the density curve from negative infinity to x.

  • The CDF never decreases, and it always moves from 0 toward 1 as x increases.

  • In Intro to Statistics, the CDF is the fastest way to handle percentile questions and probabilities for intervals.

Frequently asked questions about the Cumulative Distribution Function

What is Cumulative Distribution Function in Intro to Statistics?

It is the probability that a random variable is less than or equal to a chosen value, written F(x) = P(X \le x). In Intro to Statistics, you use it to turn a distribution into cumulative probability, which makes range and percentile questions much easier.

How do you find the CDF for a discrete random variable?

Add the probabilities from the probability mass function up to the value you want. For example, if X can be 0, 1, 2, and 3, then F(2) is P(X=0) + P(X=1) + P(X=2). The result is a running total, not just one outcome.

How is the CDF different from the PDF or PMF?

The PMF gives probabilities at exact values for discrete data, and the PDF gives density for continuous data. The CDF uses those pieces to give cumulative probability at or below a value. For continuous variables, exact-point probability is 0, so the CDF is usually the more useful tool.

How do you use the CDF for normal distribution problems?

Convert the value to a z-score if needed, then use technology or a table to find the cumulative area to the left. That left-side area is the CDF value. If a problem asks for the probability above a point, subtract the CDF from 1.