The Poisson formula & scaling λ
Poisson is what the binomial becomes when events are rare but the chances are endless. Chop an hour into a million tiny slivers of time; in each one an event either happens or it doesn't, with a minuscule probability. You can't count the slivers () or the per-sliver chance () — only the average number per interval, . Everything collapses onto that one number.
The formula, and picking the right λ
That single is why a Poisson has only one parameter, and why its mean and variance are both . So reading a question is really one job: pin down for the interval you are asked about, then the formula does the rest.
λ is the whole story: the average count per interval, and both the mean and the variance. Pin down λ first; the formula does the rest.
Worked example
Start simple: one probability
A consumer hotline takes calls at a mean rate of six per minute, . Find the chance of exactly nine calls in a minute — one clean plug-in:
Worked example
Build up: cumulative and 'at least'
Same . Now find , and .
- “3 or fewer” includes 3 — sum and factor out : .
- “more than 1” excludes 1: .
- “at least 1” is the easy one: .
Factoring out once keeps the arithmetic clean and is exactly how the mark scheme lays it out.
λ is a rate, so scale it to the interval
“Six per minute” is a rate: so many per so much. Double the interval, double ; take a fifth of it, take a fifth of . Always re-scale to match the interval the question asks about before using the formula.
Worked example
Same rate, four different intervals
People arrive at a post office at two every 5 minutes. Find the probability of: (a) three in 10 min, (b) more than four in 30 min, (c) five in 4 min, (d) one in 1 min.
- (a) 10 min is the base, so : .
- (b) 30 min is , so : .
- (c) 4 min is , so : .
- (d) 1 min is , so : .
Scale λ to the question's interval FIRST. λ need not be a whole number, and P(X=0) = e^(−λ).
Worked example
State the conditions, then count
A typesetter makes on average five errors per page. Model the error count and find how many of 200 pages have at most two errors.
- Conditions: errors occur singly, independently, at random, at a constant average rate — so .
- “at most two”: .
- Turn a probability into a count with : .
The four conditions — singly, independently, at random, constant rate — are the standard 1-mark “state the assumptions” answer.
Independent Poissons add
Two independent streams of rare events are just one bigger stream: if and are independent, then . Pool the rates, then use one Poisson.
Worked example
Pool two independent rates
Line A , line B , independent. Total : . (9709/62/M/J/24 Q5)
Is a Poisson even the right model?
Given raw data, you can check whether Poisson fits before trusting it. Its mean and variance are equal, so compute both — if they are close, use the mean as and compare the expected frequencies with the observed.
Worked example
Does a Poisson fit the data?
A clinic logs patients arriving in 250 half-hour intervals (mean 1.70 per half-hour). Should arrivals be modelled by a Poisson distribution?
- Mean ; variance from the data . They are close, so a Poisson is reasonable — take .
- Expected frequency at each is with (e.g. at ).
- Compare with the observed counts:
| patients r | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| expected 250·P(X=r) | 46 | 78 | 66 | 37 | 16 |
| observed | 45 | 81 | 58 | 40 | 22 |
So a Poisson model, , fits the data.
To check a Poisson model: mean ≈ variance, then use the mean as λ and match expected frequencies N·P(X=r) to the observed.
Your turn— tap to reveal the worked answer (scaling λ)
Calls arrive at 3 per 2 minutes. Find P(exactly 4 in 6 minutes).
6 min is the base, so : .
Two ways to scale give the same answer
Breakages run at per week. The chance of none in 6 weeks is either , or scale first to and read . Identical — because raising to a power is scaling .
| Situation | Use |
|---|---|
| rare events at rate λ | |
| data with mean ≈ variance | |
| B(n,p), n large, p small | |
| Po(λ), λ>15, a tail | |
| two independent Poissons |
Examiner note
Common mistake