Statistics · Statistical distributions
1 / 11
The Poisson distribution
Modelling the number of random events in a fixed interval — when the Poisson model is valid, P(X = x) = e^{−λ}λ^x/x!, mean = variance = λ, scaling λ to the length of the interval, adding independent Poissons, and using Poisson as an approximation to the binomial when n is large and p is small.
Statistics · Statistical distributions
The Poisson distribution
Modelling the number of random events in a fixed interval — when the Poisson model is valid, P(X = x) = e^{−λ}λ^x/x!, mean = variance = λ, scaling λ to the length of the interval, adding independent Poissons, and using Poisson as an approximation to the binomial when n is large and p is small.
Why it works
Some counts have no natural "number of trials": calls arriving at a switchboard, flaws in a metre of cloth, misprints on a page. There is no to put in a binomial — events just happen, one at a time, at some average rate. The Poisson distribution is the model for exactly this situation. If events occur- singly (two can't land at exactly the same instant),
- independently (one arriving tells you nothing about the next), and
- at a constant average rate,
Mean and variance are BOTH . This is the Poisson's fingerprint: real data with a sample mean close to its sample variance suggests a Poisson model; a variance far from the mean argues against one.
Scale to the interval. The rate is per interval, so a different interval means a different . Calls at per hour give for one hour, for two hours, for half an hour. Always restate for the interval in the question before computing anything.
"At least" goes through the complement. has no upper limit, so must be computed as — never by adding terms upwards.
Adding independent Poissons. If and are independent, then Two independent streams of random events merge into one random stream at the combined rate.
Poisson as an approximation to the binomial. When is large and is small (as a guide, and ), computing probabilities becomes awkward and unnecessary: Rare events in many trials behave like random arrivals. State the conditions and the value whenever you use it.