Cumulative Distribution Function (CDF)

The cumulative distribution function, or CDF, is the function F(x) = P(X ≤ x). In Intro to Statistics, it turns a random variable into a running probability scale so you can find ranges and percentiles.

Last updated July 2026

What is Cumulative Distribution Function (CDF)?

The cumulative distribution function, or CDF, is the function that gives the probability a random variable is at or below a chosen value. In Intro to Statistics, you usually write it as F(x) = P(X ≤ x).

That “cumulative” part matters. Instead of telling you the chance at one exact point, the CDF adds up all probability from the far left of the distribution up to x. For a continuous random variable, that means the curve’s area to the left of x. For a discrete random variable, it means adding the probabilities of all outcomes less than or equal to x.

A CDF always moves upward or stays flat as x increases. It never goes down, because you are only collecting more probability as you move right on the number line. At the far left, the CDF is near 0, and at the far right it reaches 1.

This makes the CDF a good way to answer range questions. If you want P(a < X ≤ b), you use F(b) - F(a). That subtraction works because the CDF already stores all the probability to the left of each value.

For continuous distributions, the CDF is closely tied to the probability density function (PDF). The PDF shows where probability is concentrated, while the CDF shows how that probability accumulates. If a class gives you a graph of a continuous distribution, the PDF may look more familiar, but the CDF is often easier for finding percentiles, medians, and cutoffs.

A simple way to picture it is as a running total. As x increases, the CDF keeps a tally of how much probability has been collected so far. That running total is what makes it one of the main tools for working with continuous probability models.

Why Cumulative Distribution Function (CDF) matters in Intro to Statistics

The CDF shows up any time Intro to Statistics asks you to turn a probability model into a usable answer. If a problem asks for the chance a wait time is under 12 minutes, the CDF tells you exactly where to look: find F(12). If it asks for the chance a value falls between two numbers, the CDF gives you the subtraction setup.

It also connects distribution graphs to real interpretation. A PDF can show the shape of the model, but the CDF is what you use when the question is about “at most,” “at least,” or “between.” That is the kind of language you see in homework, quizzes, and software output.

The CDF is also the bridge to percentiles. The 90th percentile is the value where the CDF reaches 0.90. So if you are asked for a cutoff, a median, or a quantile, you are working backward from cumulative probability.

In a course that covers continuous distributions, the CDF gives you a clean way to move between probability, area, and interpretation without recomputing the whole distribution each time.

Keep studying Intro to Statistics Unit 5

How Cumulative Distribution Function (CDF) connects across the course

Probability Density Function (PDF)

The PDF and CDF describe the same continuous distribution in different ways. The PDF shows the shape and relative density of probability, while the CDF shows accumulated probability up to x. If you have one, you can usually move to the other by integrating or differentiating, depending on what the problem gives you.

Continuous Random Variable

A continuous random variable is the kind of variable the CDF is built for in many Intro to Statistics problems. Since it can take infinitely many values in an interval, you use ranges instead of exact-value probabilities. The CDF is the main tool for turning that continuous setup into actual probability statements.

Quantile

A quantile is a value tied to a cumulative probability, like a median or percentile. The CDF gives the probability side of that relationship, and the quantile tells you the x-value where the CDF reaches a chosen level. So quantiles are basically the inverse idea of reading a CDF.

Quantile Function

The quantile function works opposite the CDF. Instead of taking x and returning P(X ≤ x), it takes a probability and returns the cutoff value that matches it. When your homework asks for a percentile, you are often using the quantile function idea even if the problem does not name it directly.

Is Cumulative Distribution Function (CDF) on the Intro to Statistics exam?

A quiz question may give you a distribution, a graph, or a formula and ask for a probability like P(X ≤ 8) or P(3 < X ≤ 10). Your move is to use the CDF value at the endpoint, then subtract if the interval has two bounds. For a percentile problem, you work backward and find the x-value where the CDF hits the given probability.

If the class uses statistical software or a calculator, you may also need to match the graph or output to the cumulative probability. A common mistake is trying to find the probability of one exact value in a continuous distribution. With a CDF, the focus is on “at or below” and on intervals, not single points.

Cumulative Distribution Function (CDF) vs Probability Density Function (PDF)

The PDF and CDF are related, but they answer different questions. The PDF describes how probability is spread across values, while the CDF tells you how much probability has accumulated up to a point. If you need a probability for a range, the CDF is usually the cleaner tool. If you are looking at the overall shape of a continuous model, the PDF is often what you graph first.

Key things to remember about Cumulative Distribution Function (CDF)

  • The cumulative distribution function is F(x) = P(X ≤ x), so it gives the probability that a random variable is at or below x.

  • For continuous random variables, the CDF is a running total of area under the distribution curve from the left up to x.

  • The CDF never decreases, because larger x-values include all the probability from smaller x-values plus more.

  • Range probabilities come from subtraction: P(a < X ≤ b) = F(b) - F(a).

  • Percentiles and quantiles are reverse CDF questions, where you are trying to find the x-value that matches a given cumulative probability.

Frequently asked questions about Cumulative Distribution Function (CDF)

What is Cumulative Distribution Function (CDF) in Intro to Statistics?

The CDF is the function F(x) = P(X ≤ x), which gives the probability that a random variable is at or below a chosen value. In Intro to Statistics, it is how you read probabilities, percentiles, and cutoffs from a continuous distribution.

How do you use the CDF to find a probability between two values?

Use the difference between two CDF values. For a continuous random variable, P(a < X ≤ b) = F(b) - F(a). That works because the CDF already includes all probability to the left of each endpoint.

Is the CDF the same as the PDF?

No. The PDF shows where probability is concentrated, while the CDF shows the accumulated probability up to a point. They are connected, but they answer different kinds of questions. If you need a range probability or a percentile, the CDF is usually the more direct tool.

How do percentiles relate to the CDF?

A percentile is a point where the CDF reaches a certain probability. For example, the 75th percentile is the x-value where F(x) = 0.75. So percentile questions are basically inverse CDF questions.