Poisson Distribution — Definition, Formula & Examples
The Poisson distribution is a probability distribution that gives the likelihood of a certain number of events occurring in a fixed interval of time or space, when those events happen independently at a known constant average rate.
A discrete random variable follows a Poisson distribution with parameter , written , if its probability mass function is for , where represents both the mean and the variance of the distribution.
Key Formula
Where:
- = Number of events you want the probability for (a non-negative integer)
- = Average number of events per interval (the rate parameter)
- = Euler's number, approximately 2.71828
How It Works
You use the Poisson distribution when counting how many times something happens in a fixed interval — such as the number of emails you receive per hour or the number of typos on a page. The key assumptions are that events occur independently, the average rate stays constant, and two events cannot happen at exactly the same instant. To find the probability of observing exactly events, plug and into the formula. As increases, the distribution becomes more symmetric and begins to resemble a normal distribution.
Worked Example
Problem: A call center receives an average of 4 calls per minute. What is the probability of receiving exactly 6 calls in a given minute?
Identify the parameters: The average rate is calls per minute, and we want .
Substitute into the formula: Apply the Poisson probability mass function.
Compute the components: Calculate each piece: , , and .
Final calculation: Multiply and divide to get the probability.
Answer: The probability of receiving exactly 6 calls in one minute is approximately 0.1042, or about 10.4%.
Another Example
Problem: A website averages 2 server errors per day. What is the probability of experiencing zero errors on a particular day?
Set up: Here and .
Apply the formula: Substitute into the Poisson PMF. Note that and .
Evaluate: Compute the numerical value.
Answer: There is roughly a 13.5% chance of zero server errors on a given day.
Visualization
Why It Matters
The Poisson distribution appears throughout introductory statistics and probability courses, especially in problems involving queuing theory, insurance claims, and radioactive decay. In fields like operations research and epidemiology, it models rare-event counts — for instance, the number of patients arriving at an emergency room per hour. Understanding it also lays the groundwork for the Poisson process, a core topic in stochastic modeling.
Common Mistakes
Mistake: Using the Poisson formula when events are not independent or the rate is not constant.
Correction: Before applying the distribution, verify that events occur independently and that does not change across the interval. If the rate varies (e.g., call volume spikes at noon), you need a different model or must break the interval into subintervals.
Mistake: Confusing for one interval with for a different-sized interval.
Correction: The parameter must match the interval in your problem. If the average is 4 calls per minute and you want the probability over 3 minutes, use , not .
