The binomial and Poisson distributions
The number of successes in a Bernoulli scheme is a random variable, and its distribution is called binomial. It has two parameters and two short formulas for its mean and its spread. When the trials are very many and the success very rare, that distribution turns into the Poisson one — the model of breakdowns, calls and typos.
Before you start
This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:
- Random variablesA random variable attaches a number to every outcome of an experiment — a payout, a waiting time, a count of faults. Its distribution is written as a table, and two numbers summarise that whole table: the expected value says what the results centre on, the variance says how far from it they wander.
- Trees and the Bernoulli schemeA multi-stage experiment draws as a tree: probabilities multiply along the branches and add across the paths. That one picture holds the formula for the union of two events, the difference between disjoint and independent events, and the whole Bernoulli scheme — including where its binomial coefficient comes from.
Where this is used
Real situations where you count exactly the way this lesson teaches:
- Overbooking a flightAn airline sells 210 tickets for 200 seats because a passenger shows up with probability 0.95. The number who show up is binomial with E(X) = 210 · 0.95 = 199.5 and variance 210 · 0.95 · 0.05 = 9.975, that is a standard deviation of 3.16 passengers. On average half a seat stays free, but a spread of three passengers means overbooking happens on a sizeable share of flights — and that is the number the airline is knowingly buying.
- Server failures per monthIf a server fails on average 3 times a month, the count of failures is Poisson with λ = 3. A month with no failure at all occurs with probability e to the minus three, that is 0.0498 — under 5 per cent of months. At most two failures has probability 0.0498 · (1 + 3 + 4.5) = 0.423, so more than half of all months bring at least three.
- Typos in a bookA proofreader estimates that 0.5 typos per page survive their work. The count on a random page is Poisson with λ = 0.5, so a clean page occurs with probability e to the minus one half, that is 0.6065. Across a 300-page book that gives about 300 · 0.3935 = 118 pages carrying at least one typo — a realistic forecast rather than pessimism.
- Prize caps on bottlesA bottle cap hides a prize with probability 1/50. Buying 20 bottles wins nothing with probability 0.98 to the twentieth power, that is 0.668, so the chance of at least one prize is 33 per cent. To push past one half you have to buy 35 — because 0.98 to the thirty-fifth power is already 0.493.
All formulas
Binomial distribution
the formula derived in the Bernoulli lesson
Expected value
trials times the chance of success
Variance
largest at p = 1/2
At least one success
through the complement
Poisson distribution
rare events in a fixed window
Poisson parameters
one number describes the whole distribution
The limiting passage
n large, p small, the product fixed
In the Bernoulli scheme we computed the probability of exactly successes in trials. The previous lesson gave us the notion of a random variable. Put the two together: the number of successes is a random variable, and the set of its probabilities is its distribution.
The binomial distribution
The variable counting successes in a Bernoulli scheme is said to have a binomial distribution, written
The formula is not derived a second time — it is exactly the one from before, binomial coefficient counting paths and all. What is new is the viewpoint: instead of asking about one , we look at the whole table at once.
The drawing shows two things at once. The peak sits near : at for , at for . And symmetry is the exception rather than the rule — it belongs to alone; for smaller the distribution has a longer right tail.
The two parameters
Rather than compute an expected value from a table of eleven terms, we have short formulas:
The first has a one-line justification with no binomial coefficient in it. A single trial is a variable taking with probability and with probability , so its expected value is
The number of successes is the sum of such variables, and the expected value of a sum is the sum of the expected values — hence .
The variance carries an observation of its own: the factor is largest at , where it equals . An outcome is hardest to predict when success and failure are equally likely; for near zero or one almost everything is settled and the spread disappears.
At least once
The question asked most often about a binomial distribution is not “how many exactly” but “will it happen at all”. The answer goes through the complement and fits on one line:
The Poisson distribution
Now take a situation where the trials are very many and the success very rare: millions of ad impressions and a few dozen purchases; 2.6 million seconds in a month and three failures. There and separately stop being known or meaningful — what stays meaningful is their product, the average number of events.
A variable with a Poisson distribution has one parameter and the distribution
The parameters here are remarkably short:
The equality of mean and variance is a practical test of the model: if the spread in the data is clearly larger than the mean, the events are not independent and a Poisson distribution does not fit them.
The limiting passage
Where does the formula with come from? From the binomial distribution, in the limit , , with the product held fixed:
You need not take that on faith — the numbers are enough.
In practice the approximation is used for and . This is exactly why the Poisson distribution is called the distribution of rare events: not because the events are few, but because each single opportunity for one is negligible while the opportunities are very many.
Exercises
The set asks three things and does not repeat the question about for the binomial — that is the same formula you practised in the Bernoulli lesson.
The prompt gives and and asks about at least one success; the answer is a fraction in lowest terms. The or prompt gives the same two parameters and asks for the expected value or the variance — the answer is a plain number, because that is a quantity on the variable’s own scale rather than a probability. The prompt with a parameter is about the Poisson distribution: there is irrational, so the answer is given rounded to four decimal places.
Practice
Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.
The generator does not ask you to judge whether a Poisson approximation is allowed here — that is a verdict, not a number. The criterion is stated above: many trials, small , a fixed product.
Common mistakes
- Reading as the outcome rather than the average — does not mean there will be six faults; it means six on average, with a deviation of .
- Applying the binomial distribution to dependent trials — drawing without replacement from a small set is not a Bernoulli scheme, so none of these formulas holds.
- Dropping the factor — without it the probabilities do not add up to one and can exceed one as early as .
- Substituting and into the Poisson formula instead of — the parameter is their product , and it goes into both the power and the exponent.
- Approximating with Poisson at large — the limit needs small ; at the approximation already parts company in the second decimal.
- Expecting the Poisson variance to be smaller than the mean — both equal , and a spread larger than the mean in real data is a sign that the model is wrong.
Formula card
Topic: Binomial and Poisson
Binomial distribution
the formula derived in the Bernoulli lesson
Expected value
trials times the chance of success
Variance
largest at p = 1/2
At least one success
through the complement
Poisson distribution
rare events in a fixed window
Poisson parameters
one number describes the whole distribution
The limiting passage
n large, p small, the product fixed
