Poisson Distribution Calculator
Find exact and cumulative Poisson probabilities, mean, variance, and a full distribution table for any rate lambda.
📊 What is the Poisson Distribution?
The Poisson distribution is a discrete probability distribution that models the number of events occurring in a fixed interval of time or space, given that these events happen independently of each other at a constant average rate. It is named after the French mathematician Simeon Denis Poisson, who described it in 1837.
The Poisson distribution is widely used across many fields. In telecommunications, it models the number of calls arriving at a switchboard per minute. In healthcare, it describes the number of patients arriving at an emergency room per hour. In manufacturing quality control, it counts the number of defects per unit of product. In physics, it models the number of radioactive decay events per second. In ecology, it estimates the number of organisms found in a sample area. Any process involving rare, independent events with a known average rate is a candidate for Poisson modelling.
The Poisson distribution has a remarkable property: its mean and variance are both equal to the rate parameter lambda. This means that if you know the average event count, you also know the spread of the distribution. A small lambda produces a right-skewed distribution concentrated near zero. A large lambda produces an approximately symmetric, bell-shaped distribution, consistent with the Central Limit Theorem. When lambda exceeds about 10, the normal distribution N(lambda, lambda) gives a good approximation.
A common point of confusion is the relationship between the Poisson and binomial distributions. The Poisson distribution emerges as a limiting case of the binomial when the number of trials n becomes very large and the success probability p becomes very small, while the product np remains constant at lambda. This is why the Poisson distribution is sometimes called the law of rare events. If you have a binomial situation with n above 20 and p below 0.05, the Poisson with lambda = np is an accurate and computationally simpler approximation.