Cumulative Distribution vs Probability Distribution

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Cumulative distribution

Random variables and distributions

A cumulative distribution gives the probability that a random variable is at most a given value, adding probabilities from the smallest value upward.

A cumulative distribution answers "at most" questions by stacking probabilities from the bottom up, so it climbs from 0 to 1 and never falls. If XX is the number of heads in two fair coin flips, with P(0)=0.25P(0) = 0.25, P(1)=0.50P(1) = 0.50, and P(2)=0.25P(2) = 0.25, the cumulative values are 0.250.25, 0.750.75, and 11. In symbols, F(x)=P(Xx)=xixP(xi)F(x) = P(X \le x) = \sum_{x_i \le x} P(x_i) (the probability X is less than or equal to x). The cdf commands on a graphing calculator compute exactly this, which is why they answer "at most" questions but not "exactly" questions.

Full entry for cumulative distribution

Probability distribution

Random variables and distributions

A probability distribution lists every value a random variable can take along with the probability of each value or range of values.

A probability distribution shows how the total probability of 11 is shared among a random variable's possible values. For example, rolling a fair six-sided die gives each value from 1 to 6 a probability of 16\frac{1}{6}. For a discrete variable the probabilities must satisfy 0pi10 \le p_i \le 1 and pi=1\sum p_i = 1 (each probability is between 0 and 1, and they add to 1). Continuous variables use a density curve instead, where probability is the area under the curve.

Full entry for probability distribution

Where each one fits in the course