Problem solved in full
-
A process averaging 3 events per interval and getting exactly 3 5 steps
A process averages 3 events per interval. Work out how often you get at least 3, and then how often you get exactly 3. The two answers are further apart than most people expect, and the second one is why averages mislead.
-
The Poisson probability of k events is λᵏe^(−λ)/k!. Everything on this page comes out of that one expression and the single parameter λ.
-
Compute the three smallest cases. e^(−3) = 0.049787 is the chance of a completely empty interval, and it is not negligible — one interval in twenty sees nothing at all, in a process averaging three.
-
At least 3 is the complement of at most 2, so add the three probabilities just computed and subtract from 1.
-
Exactly 3 — the mean, the mode, the single most likely count — happens 22.4% of the time. Four times in five you get something else.
-
There is no width control on this tool because the mathematics has no width parameter: the mean and the variance are the same number. Fix the rate and the spread is already decided, at σ = √3 = 1.732.
Answer
The tool prints 57.681% for at least 3, with mean and variance both 3. Set k = 3 and the exactly-3 case works out at 22.4%. That pairing is what to take away: "averages 3" does not mean "usually 3", it means the distribution is centred on 3 while spending more than three-quarters of its time somewhere else — and a twentieth of it empty. A ward averaging three admissions an hour sees one completely empty hour in every twenty, and a five-admission hour twice as often. Staffing for the average is staffing for an outcome that occurs one time in five.
-
Learning path
From counts to curves
References (2)
- The horse-kick data in the third block: L. von Bortkiewicz, Das Gesetz der kleinen Zahlen. B. G. Teubner, Leipzig, 1898.
- The Poisson limit of the binomial, and why variance equals the mean: W. Feller, An Introduction to Probability Theory and Its Applications, Volume 1, 3rd ed., ch. VI. Wiley, 1968. ISBN 978-0-471-25708-0.