Poisson Distribution
A random variable
Note that:
The Poisson is often used as a model for counts of rare events like radioactive decay and traffic accidents.
If
The Poisson distribution is perfect when you want to model how many times a rare, independent event happens over a fixed interval (time, space, area, volume…).
Example
Number of cars arriving at a toll booth per minute: Imagine a highway toll booth. Cars don’t arrive at perfectly regular times—they show up randomly, but on average, maybe:
The Poisson distribution can answer questions like:
- What’s the probability that exactly 10 cars arrive in the next minute?
- What’s the chance that 0 cars arrive (the booth worker gets a 5-second break)?
- How likely is a traffic spike (20+ cars)?
This matters for staffing, queue management, designing toll infrastructure, and predicting congestion.
Say that
So
The first step is to compute the tail probability, a Poisson tail in this example is
This gives
This can be even more intuitive using a normal approximation.
For a Poisson random variable with parameter
With a reasonable large
The value 20, in term of z-score:
So for
A value that is 2.3 standard deviations above the mean is rare in any distribution, including Normal, Poisson, Binomial… so this provides a good intuition.
Warning
The actual probability of
was computed using the Poisson CDF, not using the normal distribution. The comparison with a normal distribution was only for intuition, not numerical results