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, provided these events occur with a known constant mean rate and independently of each other. Named after French mathematician Sim\u00e9on Denis Poisson, it is one of the most important tools for modeling count data and rare events across virtually every scientific discipline.

The Formula

P(X = k) = e-\u03BB \u00d7 \u03BBk / k!

Where \u03BB (lambda) is the average number of events per interval, k is the number of events we want to calculate the probability for, and e is Euler's number (~2.71828). A Poisson distribution calculator automates this computation, giving you exact probabilities for any \u03BB and k value.

Key Properties

The Poisson distribution has the remarkable property that its mean equals its variance: E(X) = Var(X) = \u03BB. The standard deviation is simply \u221a\u03BB. This equality is a defining characteristic and can be used to check whether Poisson is an appropriate model for your data if the sample mean and variance are approximately equal.

  • Support: k = 0, 1, 2, ... (non-negative integers)
  • Mean: \u03BB
  • Variance: \u03BB
  • Standard Deviation: \u221a\u03BB
  • Skewness: 1/\u221a\u03BB (becomes more symmetric as \u03BB increases)

Worked Example

A small bookstore averages 4.5 customers per hour. What is the probability of exactly 3 customers arriving in the next hour? Here \u03BB = 4.5 and k = 3.

P(X = 3) = e-4.5 \u00d7 4.53 / 3! = 0.01111 \u00d7 91.125 / 6 = 0.1687 \u2248 16.9%. The Poisson probability calculator shows this result along with the complete distribution in an interactive chart that updates instantly when you adjust \u03BB or k.

When to Use the Poisson Distribution

  • Events occur independently of each other
  • The average rate (\u03BB) is constant over the interval
  • Two events cannot occur at exactly the same instant
  • The probability of an event is proportional to the size of the interval

The Poisson distribution is closely related to the binomial distribution. When n is large and p is small (typically n \u2265 20 and p \u2264 0.05), the Poisson distribution with \u03BB = np provides an excellent approximation to the binomial. This Poisson approximation to the binomial simplifies calculations for rare events in large populations. For even deeper analysis, you can use a normal distribution calculator since Poisson also approximates a normal distribution for large \u03BB (\u03BB \u2265 30).

Cumulative Probability

The cumulative distribution function P(X \u2264 k) sums all probabilities from 0 up to k. This answers questions like "what is the probability of at most 3 events?" Conversely, P(X \u2265 k) = 1 - P(X \u2264 k-1) gives the probability of at least k events. Check the "Cumulative" box on the chart to see the CDF as an overlay, which helps visualize how probability accumulates across the distribution.

Applications of the Poisson Distribution

The Poisson distribution appears in an extraordinary range of real-world scenarios. In telecommunications, it models the number of phone calls arriving at a switchboard per minute. In insurance, it predicts the number of claims filed in a given period. Epidemiologists use it to model disease outbreaks and rare health events. Traffic engineers use it to analyze vehicle arrivals at intersections and predict queue lengths.

In operations research, the Poisson distribution forms the foundation of queueing theory, where it models customer arrivals at service centers. In finance, it is used to model jumps in asset prices and the occurrence of extreme market events. Sports analysts use it to predict goal counts in soccer matches and point totals in hockey. In quality control, it models the number of defects per unit area or volume in manufactured products.

Environmental scientists use the Poisson distribution to model the annual frequency of earthquakes, floods, and other natural disasters. In astronomy, it describes the distribution of stars in a given region of the sky. The versatility and mathematical elegance of the Poisson distribution make it indispensable for anyone working with count data or studying the timing of random events.

Common Mistakes

  • Using Poisson for non-independent events: The assumption of independence is critical. If events cluster or repulse each other, the distribution will not fit well and alternative models like the negative binomial may be more appropriate.
  • Confusing rate and count: \u03BB is the average rate over the interval, not the maximum or most likely number of events. The mode of the Poisson distribution is floor(\u03BB) or ceil(\u03BB)-1.
  • Applying Poisson when variance differs from mean: If the variance of your data is significantly larger (overdispersion) or smaller (underdispersion) than the mean, the Poisson model may be inadequate.
Can the Poisson distribution handle time intervals that are not equal?
Yes \u2014 you just need to scale \u03BB appropriately. If the rate is 10 events per hour and you're looking at a 30-minute window, use \u03BB = 5. The Poisson distribution adjusts naturally to the length of the interval.
What happens if \u03BB is not a whole number?
That's perfectly fine. \u03BB can be any positive real number. The probabilities are still well-defined for all integer values of k. For example, \u03BB = 4.5 gives meaningful probabilities for k = 0, 1, 2, ...
How do I interpret a very small Poisson probability?
A small probability means the event is unlikely under the assumed rate. For example, with \u03BB = 2, observing k = 10 has probability near zero, suggesting either you were very unlucky or the true rate is higher than 2.
Poisson Parameters

Mean: \u03BB

Variance: \u03BB

Std Dev: \u221a\u03BB

Skewness: 1/\u221a\u03BB