4.9.3 · D5Probability Theory & Statistics

Question bank — Discrete random variables — PMF, CDF

1,563 words7 min readBack to topic

A quick vocabulary refresher so every symbol here is earned:


True or false — justify

Every value must lie between 0 and 1 inclusive.
True — each is a probability, so ; the upper bound follows because a single point's mass can never exceed the total mass of .
If a function satisfies and over a countable set, it is a valid PMF.
True — those two conditions are the entire rulebook; no extra structure (monotonicity, smoothness) is required for a legal PMF.
A PMF can equal at a single value.
True — a degenerate RV that always takes one value has and elsewhere; it obeys both axioms and is a perfectly legal (if boring) PMF.
For a discrete RV, can be positive for infinitely many values.
True — the value set may be countably infinite (e.g. Poisson on ); the masses just have to sum to , which an infinite series can do.
A CDF can decrease over some interval if the PMF has a "negative bump."
False — PMF values are never negative, so the cumulative sum only ever adds non-negative mass; the CDF is non-decreasing everywhere, no exceptions.
can exceed for very large .
False — the total mass is exactly , so once every point is collected the running total saturates at and stays there; is a ceiling.
For a discrete RV, is continuous.
False — it is a step function with genuine jumps of size ; it is only right-continuous, and a smooth curve would hide where the mass actually sits.
and always give the same number.
False — they differ by exactly , the mass at the left endpoint; for a discrete RV that mass is often positive, so the bracket type matters.
If , then places no mass on any value in .
True — equal cumulative totals mean nothing new was scooped up between and , so ; in particular .
The largest jump in the CDF sits at the most probable value.
True — the jump height at is , so the tallest riser of the staircase marks the mode (the value with greatest mass).

Spot the error

" is the area of the histogram bar, so a wider bar means more probability."
The error is importing continuous-density intuition; for a discrete RV probability is the bar's height (the mass itself), and bar width is a cosmetic drawing choice with no meaning.
"."
Both terms should not be ; the correct expression is , subtracting the cumulative total at the lower endpoint so only the mass in survives.
"I recovered as ."
The subtraction is backwards; a jump goes up, so — value-at-the-point minus value-just-to-the-left, which is non-negative.
"This function has , so it's a valid PMF" — but one value is .
Summing to is necessary but not sufficient; the non-negativity condition is violated, so a negative "mass" disqualifies it immediately.
"The CDF hits at the largest value, so must reach at some finite ."
Only true when the value set is finite; for a countably infinite RV (e.g. geometric) approaches as a limit and never literally equals it at any finite value.
"Since is right-continuous, it must also be left-continuous at each value."
A jump makes discontinuous from the left: ; right-continuity means the closed dot (the jump's landing) belongs to the right side, not that both sides match.
"For any RV, because is a single point with probability zero."
That reasoning holds for continuous RVs; for a discrete RV may be positive, so , which is strictly less when mass sits on .

Why questions

Why does the "add the point masses" recipe work for discrete RVs but not continuous ones?
Because discrete values are countable and the events are disjoint, countable additivity lets us sum their masses; a continuous RV has uncountably many values each with mass , so summing gives and we must integrate a density instead.
Why must a valid PMF sum to exactly and not just to something finite?
The events are disjoint and together cover the whole sample space , so their probabilities add to by the axioms — anything less would mean some outcome carries no probability.
Why is the CDF defined with (i.e. ) rather than ?
The convention makes the jump belong to its value, giving right-continuity and the clean recovery rule ; using would make the CDF left-continuous and shift every endpoint bookkeeping.
Why can we recover the entire PMF just from the CDF?
All the probability mass shows up as the jump heights of the staircase, and between jumps the CDF is flat; measuring each jump reads off for every value.
Why does bracket type ( vs ) matter so much more for discrete than continuous RVs?
For discrete RVs a single point can carry positive mass , so including or excluding changes the answer by that amount; for continuous RVs each point has mass , making the bracket cosmetic.
Why is the CDF non-decreasing even when the underlying PMF wiggles up and down?
The CDF is a cumulative total; moving right can only append more non-negative mass, never remove any, so the running sum can never drop even if individual masses rise and fall.

Edge cases

What is for smaller than every possible value of ?
It is — you have not yet passed any value carrying mass, so the running total (your bucket) is still empty; formally .
What does the CDF look like for a degenerate RV that always equals ?
A single step: for and for , one jump of height at because all the mass sits on that one value.
If for some value in the range, what happens to the CDF there?
Nothing visible — the staircase stays flat across that with no jump, since a zero jump adds no mass; the value is simply not in the support.
Can a discrete RV take negative or non-integer values, and does that break the PMF/CDF machinery?
Yes it can (e.g. values ) and nothing breaks; the machinery only needs the value set to be countable, not integer or positive.
For a countably infinite RV, is there a "last" jump that lands the CDF exactly on ?
No — the jumps get arbitrarily small and only in the limit ; there is no final value where it snaps to , unlike the finite case.
At a jump value , which value does the CDF actually take — the bottom or the top of the riser?
The top (closed dot on the right), because includes the mass at ; the bottom is the left-limit , which the CDF has already left behind.
What is at a value where the CDF is flat (no jump)?
Zero — a flat stretch means no mass was added there, and ; that value carries no probability.

Connections

  • Probability Axioms — non-negativity and countable additivity underwrite every "true/false" verdict here.
  • Continuous random variables — PDF, CDF — the point-mass-vs-density contrast is the source of most bracket-type traps.
  • Expectation and Variance of Discrete RVs — built on the same PMF whose validity these questions probe.
  • Binomial Distribution, Poisson Distribution — the finite and countably-infinite examples behind the edge cases.
  • Conditional Probability — conditional PMFs inherit every property tested above.