Discrete Cumulative Distribution Function
A discrete cumulative distribution function, or CDF, gives P(X ≤ x) for a discrete random variable. In Intro to Probability, it is the stepwise total of all probabilities up to each value.
What is Discrete Cumulative Distribution Function?
A discrete cumulative distribution function, or CDF, is the probability that a discrete random variable X is less than or equal to a chosen value x. In Intro to Probability, you can think of it as the running total of a probability mass function, added up from the smallest outcome through x.
For a discrete random variable, the CDF is built from all the point probabilities at or below x. If X can take values 0, 1, 2, and 3, then F(2) means P(X ≤ 2), so you add the probabilities at 0, 1, and 2. That is why the CDF never goes down, it only stays flat or jumps upward when a new outcome is reached.
Those jumps are the most useful visual feature. Each jump size equals the probability of one specific outcome. If there is no probability at a value, the graph stays flat there. This makes the CDF a step function for discrete distributions, which is different from the smooth curve you might see later with continuous random variables.
The CDF is also the fastest way to get range probabilities once you know the values on the graph or in a table. For example, P(a < X ≤ b) can be found by subtracting F(a) from F(b) when the endpoints are set up correctly. That subtraction works because the CDF already counts everything up to each point.
A common mistake is mixing up the CDF with the probability mass function. The PMF gives the probability at a single value, while the CDF gives the accumulated probability up to that value. If you are checking your work on a problem set, a good habit is to ask, “Am I looking for one point, or everything up to this point?”
Why Discrete Cumulative Distribution Function matters in Intro to Probability
The discrete cumulative distribution function shows you the whole shape of a probability model instead of just one outcome at a time. In Intro to Probability, that matters whenever you need to compare random variables, find percentiles, or answer questions like “What is the chance the result is at most 4?”
It also gives you a cleaner way to work with probability tables. Instead of adding several probabilities from scratch every time, you can use one CDF value, then subtract when you need a range. That saves time and cuts down on arithmetic mistakes, especially when a distribution has several possible values.
CDFs connect directly to the bigger ideas in the course. They build from a random variable and its probability mass function, and they show how probability accumulates across ordered outcomes. Later topics like quantiles and distribution comparison make more sense when you can read a CDF as a staircase of cumulative chance.
If your class uses graphs, the CDF is also a quick visual check. You can see where the probability is concentrated by looking at where the graph jumps the most.
Keep studying Intro to Probability Unit 5
Visual cheatsheet
view galleryHow Discrete Cumulative Distribution Function connects across the course
Probability Mass Function
The PMF gives the probability at each single value of a discrete random variable. The CDF is what you get when you add those PMF values from the left up to a chosen point. If you know one, you can build the other. In problem sets, this often shows up as “fill in the table” or “draw the step graph” work.
Random Variable
A discrete CDF only makes sense after you define the random variable and list its possible values. The variable supplies the ordered outcomes, and the CDF turns those outcomes into cumulative probabilities. If the random variable changes, the CDF changes too, even if the story behind the experiment looks similar.
Quantile
A quantile is a cutoff value tied to a cumulative probability. You use the CDF to find it by locating the smallest x where the cumulative probability reaches a target level, like 0.5 or 0.9. In practice, this is the reverse direction of the CDF, from probability back to value.
change of variables
A change of variables can change the values a random variable takes, which changes the shape of its distribution and its CDF. If you transform X into a new variable Y, you often need to rebuild the cumulative probabilities for Y instead of reusing the old ones. That makes the CDF a useful check after transformations.
Is Discrete Cumulative Distribution Function on the Intro to Probability exam?
A problem set or quiz item usually asks you to compute a CDF table, sketch the step function, or use it to find a probability range. You might be given a probability mass function and asked for F(x) at several values, then asked for something like P(2 < X ≤ 5) by subtracting CDF values. Another common move is reading a graph and identifying where the jumps occur and how large they are.
When you see a word like “at most,” “no more than,” or “less than or equal to,” the CDF is usually the right tool. If the question asks for a percentile or a cutoff value, you work backward from a cumulative probability to the first x that reaches it. The main skill is matching the wording to the inequality inside P(X ≤ x).
Discrete Cumulative Distribution Function vs Probability Mass Function
The PMF gives probability at one exact outcome, while the discrete CDF gives the total probability up to and including an outcome. A PMF value can go up and down from point to point, but a CDF never decreases. If a question asks for P(X = 3), use the PMF. If it asks for P(X ≤ 3), use the CDF.
Key things to remember about Discrete Cumulative Distribution Function
A discrete cumulative distribution function is F(x) = P(X ≤ x), so it counts every outcome up to and including x.
For a discrete random variable, the CDF is a step function, and each jump equals the probability of one value.
You can get range probabilities by subtracting CDF values at the right endpoints, which is faster than adding each term separately.
The CDF goes from 0 to 1 as x moves from very small values to very large values, because all probability eventually gets counted.
When a question says “at most” or asks for a percentile, think about the CDF before anything else.
Frequently asked questions about Discrete Cumulative Distribution Function
What is discrete cumulative distribution function in Intro to Probability?
It is the function F(x) = P(X ≤ x) for a discrete random variable X. In Intro to Probability, it adds up the probabilities of all outcomes at or below x, so you can see how probability accumulates across the distribution.
How is a discrete CDF different from a PMF?
A PMF gives the probability of one exact value, like P(X = 2). A discrete CDF gives the total probability up to that value, like P(X ≤ 2). The PMF can bounce around, but the CDF always stays the same or increases.
How do you find probability from a discrete cumulative distribution function?
Use subtraction between CDF values when you want a range. For example, P(a < X ≤ b) is F(b) minus F(a) when the endpoints match the inequality. For a single exact value, you find the size of the jump at that point.
Why does a discrete CDF look like steps?
Because probability only appears at specific discrete values, the CDF stays flat until it reaches a value with probability mass. Then it jumps upward by that amount. No probability means no jump, which is why the graph looks like a staircase.