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).
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.
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.