Skip to text
Measure of Chance

Chapter VIII · 28 min

Discrete Families

A field guide to named stories

To conjecture about some affair is to measure its probability.

Jacob Bernoulli, Ars Conjectandi (1713)

A few discrete families appear so often that they have names. Each one is a counting story that hardened into a formula. If you remember the story, you can rebuild the formula; if you remember only the formula, you will apply it to the wrong story.

Before the names, four quiet words. A distribution is the whole assignment of chance to values. A pmf (probability mass function) is that assignment written as a list . A family is a shape with a knob or two — and for binomial, for Poisson. A parameter is one of those knobs. The family is the story; the parameter is how the story is tuned.

A field guide

Keep this table nearby. The question is never “which formula is famous?” It is “which story did the experiment actually tell?”

FamilyStoryLives onMean
Bernoullione yes / no{0, 1}p
Binomialn independent yes/no, same p0, 1, …, nnp
Geometricwait for the first yes1, 2, 3, …1/p
Poissonrare events, rate λ0, 1, 2, …λ (also the variance)
Hypergeometricdraws without replacement0 … min(K, n)nK/N

Bernoulli and binomial

A Bernoulli random variable is a single yes/no: , . Then , . It is an indicator in costume.

A binomial is the number of yeses in independent Bernoulli trials with the same . The counting is the classical one: there are sequences with yeses, each with probability , so

Linearity gives without touching the pmf. Independence of the trials gives . If the trials are not independent, you still have a count, but you no longer have a binomial.

012345678
The binomial pmf for n = 8, p = 1/2. The shape is the row of Pascal’s triangle, normalised. Change p and the mass slides toward 0 or n.

The binomial workshop is the same picture with sliders.

Geometric waiting times

Flip until the first yes. Let be the trial number of that first yes (supported on ). Then

The geometric law is memoryless: given that you have already failed times, the remaining wait has the original distribution. A coin does not get embarrassed. (Some texts put the number of failures, supported on , under the same name. Check the support before you copy a mean.)

12345678
A geometric pmf with p = 0.3. Most mass sits on the early integers; the tail is a persistent (1−p) factor.

Poisson rare events

The Poisson law with rate is

with mean and variance both equal to . It is the limit of when and : many trials, each unlikely, a moderate expected count. Typographical errors, arrivals at a switchboard, mutations on a strand of DNA — the same counting limit.

01234567891011
Poisson with λ = 3. A unimodal mass on the non-negative integers, centred near its mean, with a right tail.

Without replacement: hypergeometric

An urn holds balls, of them gold. You draw without putting them back. Let be the number of gold balls in the hand. Then

whenever the binomial coefficients make sense, and by linearity (each position in the hand is equally likely to be gold). This is the binomial’s honest cousin: same “how many gold?”, different story, because each draw changes the urn. If is huge and is small, the two families hug — which is why people sometimes get away with a binomial on a deck of cards, and why they should not on a deck of ten.