The Poisson distribution
🎯What you need to be able to do
- Calculate Poisson probabilities and state the conditions for the model.
- Use the fact that the mean and the variance are both \( \lambda \).
- Scale \( \lambda \) to a different interval of time or space.
- Add independent Poisson variables.
- Use the Poisson approximation to the binomial when \(n\) is large and \(p\) is small.
- Use the normal approximation to the Poisson when \( \lambda \) is large.
📚The mathematics
The distribution
If \( X \sim \mathrm{Po}(\lambda) \), then for \( r = 0, 1, 2, \dots \)
and, distinctively,
Mean equals variance is the signature of the Poisson, and questions exploit it in both directions. Given data whose mean and variance are close, it is evidence for a Poisson model; if the variance is much larger than the mean, it is evidence against.
Unlike the binomial there is no upper limit — \(X\) can in principle be any non-negative integer, which is why the model suits counts of events rather than counts of trials.
When the model applies
Events occur:
- randomly,
- independently of one another,
- at a constant average rate,
- and singly — not two at the same instant.
Questions frequently ask you to judge whether these hold in context, and the marks are for the reason. Cars passing a point on a quiet road: plausible. Cars passing on a road with traffic lights upstream: not independent, and they arrive in bunches, so two conditions fail.
Changing the interval
\( \lambda \) is a rate multiplied by an interval, so it scales with the interval:
Adding Poissons
If \( X \sim \mathrm{Po}(\lambda_1) \) and \( Y \sim \mathrm{Po}(\lambda_2) \) are independent, then
So faults on two independent machines, or calls on two separate lines, combine into a single Poisson. The independence condition is essential — state it when you use this.
Poisson as an approximation to the binomial
When \(n\) is large and \(p\) is small, \( \mathrm{B}(n, p) \approx \mathrm{Po}(np) \). The usual working conditions are
This is the case where the normal approximation fails: with \( np \) small the binomial is strongly skewed, and a symmetric curve cannot represent it. So the two approximations divide the territory between them — large \( np \) goes to the normal (S1 5), small \( np \) goes to the Poisson.
No continuity correction is needed here: both distributions are discrete.
Normal as an approximation to the Poisson
When \( \lambda \) is large — the usual condition is \( \lambda > 15 \) — the Poisson becomes near-symmetric and
Here a continuity correction is required, since a discrete distribution is being replaced by a continuous one. Mean and variance are both \( \lambda \), so the standard deviation is \( \sqrt{\lambda} \).
✏️Worked example
(a) \( X \sim \mathrm{Po}(3.5) \):
(b) “At least 3” includes 3, so subtract the cases 0, 1, 2:
(c) The interval doubles, so \( \lambda \) doubles to \( 7 \). With \( Y \sim \mathrm{Po}(7) \):
(d) Here \( X \sim \mathrm{B}(500, 0.004) \). Since \( n = 500 > 50 \) and \( np = 2 < 5 \), the Poisson approximation is appropriate — \(n\) is large and \(p\) is small. So \( X \approx \mathrm{Po}(2) \) and
📝Practise
Work through these, then reveal the answer.
1. \( X \sim \mathrm{Po}(4) \). Find \( \mathrm{P}(X = 3) \) and state the variance.
2. Accidents at a junction occur at a mean rate of 1.2 per month. Find the probability that at least one accident occurs in a given month.
3. Flaws in a roll of fabric occur at a mean rate of 2.5 per metre. Find the probability of exactly 5 flaws in a 3-metre length.
4. Two independent machines produce faults at mean rates of 1.5 and 4.5 per day. Find the probability that at most 4 faults occur in total on a given day.
5. For each situation, state whether a Poisson model is likely to be appropriate and why: (i) the number of goals in a football match; (ii) the number of people arriving at a bus stop in the five minutes after a bus leaves.
6. \( X \sim \mathrm{Po}(30) \). Use a suitable approximation to find \( \mathrm{P}(X < 25) \), justifying your choice.
🔗Go deeper — other people’s work
These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.
- Seeing Theory (Brown University) — the Poisson process, animated
- Khan Academy — the Poisson distribution and its derivation from the binomial
- Desmos — plot \( \mathrm{Po}(\lambda) \) and watch it become symmetric as \( \lambda \) grows