The binomial formula becomes unusable when the number of trials runs into the thousands and the success probability into the thousandths, which is exactly the regime of accidents, faults, arrivals and decays. This lesson takes the limit, finds a one-parameter law with a one-line formula, and checks it against three sets of real counts, one of which decided a wartime question about whether bombs were being aimed.
Taking the limit
Start from the binomial with trials and success probability , and hold the mean fixed at while letting grow, so shrinks. Write out the mass function and group the pieces:
Each of the three trailing factors has an easy limit with and held fixed. The first is a product of ratios each tending to , since . The second is the definition of the exponential met in the foundations course, , giving . The third tends to because tends to and is fixed. What survives is the Poisson distribution:
named for Siméon Denis Poisson, who published it in 1837 in a book about the reliability of jury verdicts, where it went largely unnoticed for sixty years.
It is a legitimate distribution because is the series for , so the masses sum to . There is one parameter, no and no separately, only their product. That is the practical payoff: to use it you need the average rate and nothing else, and the average rate is usually the one thing that has been measured.
The convergence is fast. With and , so , the binomial gives against the Poisson , and against . Agreement to three decimal places, with the exact calculation requiring and the approximation requiring a pocket calculator.
Mean, variance, and a test you can run
Both moments follow from the limit. The binomial mean is by construction, and the binomial variance tends to as well, since . So
Mean equals variance, which is unusual and useful. It gives a free diagnostic: compute the sample mean and the sample variance of any set of counts, and if they differ substantially the Poisson model is wrong. Counts more spread out than their mean, called overdispersed, indicate clustering, meaning the events are not independent. Counts less spread out indicate some regulating mechanism spacing them apart.
Example. A call centre receives on average calls a minute. What is the probability of exactly calls in a given minute, and of none at all?
. , so a completely quiet minute happens about once every fifty-five minutes.
Now you. A shop averages customers per five-minute period. What is the probability that a given five-minute period has none?
Answer
, about one period in twelve.
Horse kicks
Ladislaus von Bortkiewicz published the first serious test of this law in 1898, in a book whose title translates as The Law of Small Numbers. He took Prussian army records of soldiers killed by horse kicks, for ten cavalry corps over the twenty years from 1875 to 1894: corps-years, and deaths in total.
Each corps-year is a huge number of opportunities, since many soldiers stand near many horses on many days, each with a tiny chance of a fatal kick. That is the Poisson regime, with deaths per corps-year. The prediction for the number of corps-years with deaths is :
| Deaths in a corps-year | Observed | Poisson prediction |
|---|---|---|
| 0 | 109 | 108.7 |
| 1 | 65 | 66.3 |
| 2 | 22 | 20.2 |
| 3 | 3 | 4.1 |
| 4 | 1 | 0.6 |
The fit is close enough to be slightly eerie, and it was obtained from a single number, the average. Nothing about horses, soldiers or Prussia entered the calculation. Whenever a great many independent opportunities each carry a tiny probability, the counts fall into this shape regardless of what the opportunities are.
Bombs on London
In 1946 R. D. Clarke, an actuary, published a two-page paper applying the same test to a question that had mattered a great deal in 1944. During the V-1 flying bomb attacks, south London appeared to be hit in clusters, and the natural inference was that the weapons were being aimed accurately enough to concentrate on particular districts, which had consequences for whether people should be moved.
Clarke divided a square kilometre area of south London into squares of a quarter of a square kilometre each, and counted the hits that fell in it. If the bombs landed at random, the count per square is Poisson with .
| Hits in a square | Observed | Poisson prediction |
|---|---|---|
| 0 | 229 | 226.7 |
| 1 | 211 | 211.4 |
| 2 | 93 | 98.5 |
| 3 | 35 | 30.6 |
| 4 | 7 | 7.1 |
| 5 or more | 1 | 1.6 |
The agreement is excellent, so the bombs were falling at random and the apparent clusters were what randomness looks like. This is the point worth carrying away. Random scatter is lumpy. A uniform sprinkling with no gaps and no clumps would be evidence of aiming, not of chance, and the human eye reads clumps as design. Under this model of the squares should take two or more hits, and did.
Example. Using Clarke's , what fraction of squares would be expected to take no hits at all, and how many of the is that?
, so squares, against observed. Nearly two in five squares escape entirely, which is what makes the hit squares look concentrated.
Now you. A different area is divided into squares taking hits in total. How many squares would be expected to take no hits?
Answer
, so and the expected count is squares.
Counting in time
The two examples above counted events in space and in years, and the general structure has a name. A Poisson process of rate per unit of time is a stream of events with three properties: the number in any interval depends only on its length, counts in disjoint intervals are independent, and events do not coincide. Chop an interval of length into tiny slices, each holding an event with probability about , and the limit above gives a Poisson count with parameter .
Rutherford, Geiger and Bateman tested this in 1910 on radioactive decay, counting alpha particles from a polonium source in intervals of seconds each. They recorded particles, a mean of per interval, against which the Poisson prediction runs , , , , for zero through four particles, against observed counts of , , , , . Radioactive decay is the cleanest Poisson process known, because nuclei genuinely do not influence one another and genuinely do not age.
Example. A web server receives requests as a Poisson process at per second. What is the probability of at least requests in a given second?
, so .
Now you. For the same server, what is the probability of at least requests in a half second interval? Note that halving the interval halves the parameter.
Answer
Here , so and .
Where the model breaks
The Poisson law assumes independence and a constant rate, and real count data violates both routinely.
Traffic accidents at a junction cluster, because one crash causes the next. Insurance claims from storms cluster, because one storm causes many. Goals in football arrive at a rate that changes with the score. In each case the counts are overdispersed, with variance well above the mean, and using a Poisson model understates the chance of a very bad period, which is precisely the number an insurer or a hospital needs. The mean-equals-variance check catches this in one calculation, which is why it is worth doing before anything else.
There is also a limit of a different kind, and it applies to everything in the course so far. Every distribution met up to here is discrete: the variable takes values in a list, and probability is assigned to individual values. Ask for the exact time until the next alpha particle rather than the count in an interval, or the exact position of a bomb rather than which square it fell in, and the list becomes a continuum. Assigning a positive probability to each of uncountably many values is impossible, since they would sum to more than one, and yet one of those values does occur.
Resolving that, by replacing the sum with an area and the mass function with a density, is the next lesson.