The Poisson Distribution
The distribution for counting rare events over a fixed span of time or space, when there are many chances but each is individually unlikely. Ruled by a single number, the average rate, with the signature property that its mean equals its variance.
Prerequisites: The Binomial Distribution
The Poisson distribution counts how many rare events land in a fixed window of time or space: orders arriving in a second, defaults in a year, typos on a page, meteor strikes in a decade. The recipe is many opportunities for something to happen, each individually unlikely, with no fixed cap on the total. A single number, the average count , controls the whole shape.
From binomial to Poisson
Think of a minute split into thousands of tiny slivers, each of which might or might not contain an order. That is a The Binomial Distribution with a huge number of trials and a tiny success probability . If you let grow without bound and shrink toward zero while keeping the average count pinned at a fixed value , the binomial formula converges to the Poisson. This is why it is nicknamed the law of rare events: it is what "many trials, each rarely a success" looks like in the limit.
The formula
The symbols: (lambda) is the average number of events expected in the window; is the specific count you are asking about (, with no upper limit); is factorial; and is the base of the natural logarithm. The factor is a normalizer that makes all the probabilities sum to 1.
Slide the rate below. At small the distribution is lopsided and jammed against zero; as grows the peak marches right, the mound fattens, and it starts to look like a bell — the same normal shape the The Central Limit Theorem promises.
Mean equals variance
The Poisson's defining fingerprint is that its mean and variance are the same number:
This is a genuinely testable claim. If you collect count data and find the variance sitting far above the mean, the data is overdispersed and a Poisson model is wrong, a diagnostic you can run in your head before trusting any Poisson-based estimate.
One number runs the whole show: it's the mean and the variance at once. So the spread is locked to the average — if your data's variance dwarfs its mean, it isn't Poisson.
Worked example
A trading desk receives large orders at an average rate of per minute. What is the probability that exactly 5 arrive in a given minute? Set :
Now and , so
About a 10% chance of 5 orders in the minute. For contrast, the probability of a completely quiet minute is , just under 5%, and the expected number of orders is simply , sitting right under the tallest bars.
Where it misleads
- Overdispersion is common. Real-world counts often clump, pushing the variance above the mean; when that happens the negative binomial, which adds a spread parameter, fits far better.
- Events must be independent and the rate steady. Poisson assumes arrivals don't trigger one another and doesn't drift. Order flow that comes in bursts around news violates both, and the true tail is heavier than Poisson admits.
- The rate scales with the window. is tied to the interval length: 3 per minute means 6 per two minutes and per second. And independent Poisson streams merge simply, their rates just add.
- Large turns Gaussian. For big average counts a Poisson is well approximated by a normal with mean and variance both , another face of the The Central Limit Theorem.
The Poisson is one node in the web of Common Distributions: it is the rare-event limit of the The Binomial Distribution on one side and the count that pairs with exponential waiting times on the other. Knowing its mean, its variance, and the fact that they coincide covers most of what interviews ask, and connects directly back to Expected Value.
Related concepts
Practice in interviews
Further reading
- Blitzstein & Hwang, Introduction to Probability, ch. 4
- Feller, An Introduction to Probability Theory and Its Applications, Vol. 1