Poisson Distribution
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space.
It is used when events happen independently of each other and at a constant average rate.
Core Concepts
If a random variable follows a Poisson distribution, we write:
Where:
- (lambda) is the average number of events in the given interval (the "rate" parameter).
The Poisson Limit Theorem (The "Why")
Why does the Poisson formula have and factorials? It's because the Poisson is actually the infinite limit of the Binomial Distribution.
Imagine you divide an hour into tiny sub-intervals. If is very large (say, ), the probability of a call arriving in any specific millisecond is nearly zero.
As and such that the average rate remains constant, the Binomial PMF mathematically transforms into the Poisson PMF:
This is why we call it the "Law of Rare Events." It models scenarios where you have many opportunities for something to happen, but the individual probability of each is tiny.
Probability Mass Function (PMF)
The probability of observing exactly events in the interval is given by:
Where:
- is Euler's number ().
- is the factorial of .
Assumptions of a Poisson Process
For a real-world process to be truly modeled by Poisson, it must meet these criteria:
- can be any positive integer () theoretically up to infinity.
- The occurrence of one event does not affect the probability of a second event (Independence).
- The average rate () is constant over the interval.
- Two events cannot occur at the exact same instant in time.
Key Metrics
Mathematical Magic: A fascinating property of the Poisson distribution is that its expected value and its variance are exactly the same number!
- Expected Value (Mean):
- Variance:
Real-World Examples
- Network Traffic: The number of requests arriving at a web server per minute.
- Customer Service: The number of calls received by a call center per hour.
- Astronomy: The number of meteorites hitting a specific region of the atmosphere in a year.
Related Distributions
- Binomial Distribution: The "parent" of the Poisson for finite .
- Exponential Distribution: If events occur according to a Poisson process with rate , the waiting time between events follows an Exponential distribution.
- Normal Distribution: When is large (usually ), the Poisson can be approximated by a Normal distribution.
Interactive Visualization
Use the slider below to adjust the average rate (). Notice how the distribution is heavily right-skewed for very low values of (like 1 or 2). However, as grows larger, the distribution spreads out and becomes increasingly symmetrical, once again approximating the shape of a Normal distribution.
Poisson Distribution
A count model for events in a fixed interval, with average rate λ.
Test Your Knowledge
Example: Poisson Call Center
A tech support center receives an average of 3 calls per hour (). What is the probability they receive exactly 0 calls in the next hour?
View Step-by-Step Solution
Poisson formula:
There is a 4.98% chance the call center will be completely silent for the next hour.