S2.1 - The Binomial and Poisson distributions
- Syllabus
- 2019
- Topic
- S2.1
- Level
- A2
Binomial and Poisson distributions both model counts, but their random processes differ. Choose the model from the conditions before calculating a probability, and keep the count interval and event inequality explicit.
| Model | Conditions and parameter |
|---|---|
| X∼B(n,p) | a fixed number n of independent trials; each trial has success/failure outcomes; success probability p is constant |
| X∼Po(λ) | events occur independently and singly at a constant average rate in a fixed interval; λ is the mean count in that interval |
PB(X=x)=(xn)px(1−p)n−x,PPo(X=x)=e−λx!λx
Translate words into integer events before using a formula or cumulative table: 'fewer than 3' is P(X≤2), 'at least 6' is 1−P(X≤5), and 4<X<10 is P(X≤9)−P(X≤4). For X∼Po(4.5), the last probability is 0.9829−0.5321=0.4508.
Poisson means scale with exposure. If complaints occur at mean 3 per day, then a 7-day total has distribution Po(21). More generally, independent Poisson counts add: if X∼Po(λ1) and Y∼Po(λ2) independently, then X+Y∼Po(λ1+λ2).
A calculation is only as sound as the model. Repeated trials with changing success probabilities are not binomial; clustering, dependence or a changing rate undermines Poisson. State assumptions in context—such as failures being independent with constant probability, or events occurring independently at a constant average rate—and comment when the situation contradicts them.
The mean gives the long-run expected count and the variance measures its spread. Binomial and Poisson models have characteristic mean–variance relationships that can also identify unknown parameters or test plausibility.
| Distribution | Mean | Variance |
|---|---|---|
| X∼B(n,p) | np | np(1−p) |
| X∼Po(λ) | λ | λ |
If a binomial variable has mean 90 and variance 36, thennp=90,np(1−p)=36.Dividing the second equation by the first gives 1−p=36/90=0.4, so p=0.6 and n=90/0.6=150. Check that n is a positive integer and 0≤p≤1.
For Y∼B(20,0.3), E(Y)=6 and Var(Y)=4.2. For W∼Po(4), both the mean and variance are 4. An observed count dataset whose sample mean is far from its sample variance may therefore cast doubt on a Poisson model, although closeness alone does not prove all Poisson assumptions.
Do not interchange variance and standard deviation, or assume every count with equal mean and variance must be Poisson. The specification requires use of these moment formulae but not their derivations.
When X∼B(n,p) has many trials and a small success probability, the rare-success count can be approximated by a Poisson variable with the same mean.
X∼B(n,p) ≈ Y∼Po(λ),λ=np
First check that the binomial conditions hold and that the context really describes many independent opportunities for a rare event. Then calculate λ=np, preserve the original integer event exactly, and evaluate it with the Poisson formula or table.
If X∼B(200,0.012), use Y∼Po(2.4). ThenP(X≤1)≈P(Y≤1)=e−2.4(1+2.4)=0.3084.For 'at least 2', use the complementary Poisson event 1−P(Y≤1).
This is a discrete-to-discrete approximation, so no continuity correction is used. It becomes less convincing when the success probability is not small or trials are dependent; use the exact binomial distribution when the approximation is not justified. Normal approximations and continuity correction belong to S2.3, not this objective.