—
5
5
2.2361
5
—
5
5
2.2361
5
The Poisson Distribution Calculator computes the probability of observing exactly $$k$$ events in a fixed interval, given an average rate of $$\lambda$$ events per interval. The Poisson distribution is fundamental for modeling rare or random events.
The Poisson probability mass function is:
$$P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!}$$
where $$\lambda > 0$$ is the average rate (expected number of events per interval) and $$k = 0, 1, 2, \ldots$$ is the number of observed events.
A remarkable property of the Poisson distribution is that the mean and variance are both equal to $$\lambda$$:
$$\mu = \lambda, \quad \sigma^2 = \lambda, \quad \sigma = \sqrt{\lambda}$$
This equality of mean and variance is a defining characteristic — if observed data shows mean significantly different from variance, the Poisson model may not be appropriate (a condition called overdispersion or underdispersion).
The mode (most probable value) of the Poisson distribution is:
$$\text{Mode} = \lfloor \lambda \rfloor$$
When $$\lambda$$ is an integer, both $$\lambda$$ and $$\lambda - 1$$ are modes (the distribution is bimodal).
For numerical stability, the calculator computes probabilities in log-space using Stirling's approximation for the factorial:
$$\ln(k!) \approx k \ln k - k + \frac{1}{2} \ln\left(\frac{2\pi}{k}\right) + \frac{1}{12k}$$
$$\ln P(X = k) = k \ln \lambda - \lambda - \ln(k!)$$
This approach avoids overflow from computing large factorials and large powers of $$\lambda$$ directly.
The Poisson distribution is appropriate when: (1) events occur independently, (2) the average rate is constant over the interval, (3) two events cannot occur simultaneously, and (4) the probability of an event in a small sub-interval is proportional to the length of that sub-interval.
Classic Poisson applications include: the number of phone calls received by a call center per hour, the number of radioactive decays per second, the number of typos per page, the number of accidents at an intersection per year, the number of mutations in a DNA strand, and the number of server requests per minute. The Poisson distribution also arises as a limit of the binomial distribution when $$n$$ is large and $$p$$ is small, with $$\lambda = np$$.
Enter the average rate parameter (λ) and the number of events (k). The calculator evaluates the Poisson PMF using the log-space formula for numerical stability, then computes the mean, variance, standard deviation, and mode of the distribution.
P(X = k) is the probability of observing exactly k events when the average rate is λ. The mean and variance are both equal to λ, which is a hallmark of the Poisson distribution. The standard deviation indicates typical fluctuation around the mean. The mode is the most likely number of events.
Inputs
Results
P(X=3) = e⁻⁵ × 5³ / 3! = e⁻⁵ × 125/6 ≈ 14.04%. Getting exactly 3 calls when the average is 5 is moderately likely.
Inputs
Results
P(X=0) = e⁻² ≈ 13.5%. Even with an average of 2 typos per page, there is about a 1 in 7 chance of a perfect page.
The Poisson distribution models the number of independent events occurring in a fixed interval of time or space, given a known average rate $$\lambda$$. It is a discrete probability distribution with PMF $$P(X=k) = e^{-\lambda}\lambda^k / k!$$.
This is a mathematical property derived from the moment-generating function of the Poisson distribution. Both the first moment (mean) and the central second moment (variance) evaluate to $$\lambda$$. This equality is unique to the Poisson distribution among common distributions.
Use Poisson when counting events in a continuous interval (time, area, volume) with a known average rate. Use binomial when counting successes in a fixed number of discrete trials. The Poisson is the limit of the binomial when $$n \to \infty$$, $$p \to 0$$, and $$np = \lambda$$ stays constant.
Overdispersion occurs when the observed variance exceeds the mean, violating the Poisson assumption. This often happens when events are not truly independent (clustering). The negative binomial distribution is commonly used as an alternative when overdispersion is present.
Yes, $$\lambda$$ can be any positive real number. It does not need to be an integer. For example, $$\lambda = 3.7$$ means an average of 3.7 events per interval. The actual number of events $$k$$ must be a non-negative integer.
If events follow a Poisson process with rate $$\lambda$$, the time between consecutive events follows an exponential distribution with rate $$\lambda$$. The Poisson counts events per interval; the exponential measures the waiting time between events.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!
Exponential Distribution Calculator
Probability Distributions
Uniform Distribution Calculator
Probability Distributions
Geometric Distribution Calculator
Probability Distributions
Hypergeometric Distribution Calculator
Probability Distributions
Negative Binomial Distribution Calculator
Probability Distributions
Gamma Distribution Calculator
Probability Distributions