Combining Poisson distributions
Pool the rare events and you just pool the rates. Lions at 5/week and tigers at 3/week (independent) become big cats at 8/week: independent Poissons add their 's into one Poisson. But only for adding, a difference or multiple of Poissons is not Poisson.
Add independent Poissons; nothing else stays Poisson
Independent Poissons ADD into one Poisson (rates add over the same interval). State the full Po(λ+μ), not just “Poisson”.
Worked example
Exact P(X + Y = k): pool, then one calculation
Independent , . The slow way sums many products; the fast way pools first: , then one plug-in.
Worked example
Add the rates, then a tail
Josh texts /week, Reuben /week, independent. Total . :
“At least 5” = 1 − P(T ≤ 4); “more than 5” = 1 − P(T ≤ 5). This off-by-one is a top mark-loser.
Worked example
Where the magic stops
, . You can still get the mean and variance, but check whether it is Poisson:
- .
- .
- , and a Poisson must have equal mean and variance.
A multiple or difference breaks the equal-mean-and-variance signature, so it cannot be Poisson.
| Combination of independent Poissons | Still Poisson? |
|---|---|
| Yes: Po(λ + μ) | |
| Yes: Po(λ + μ + ν) | |
| No (mean ≠ variance) | |
| No (mean ≠ variance) |
Your turn— tap to reveal the worked answer (combine)
Cars arrive /hour and lorries /hour, independent. Find the chance exactly four vehicles pass in an hour.
Total : .
Examiner note
Common mistake