Roboculator
Online CalculatorsCategoriesDate & EventsNews
Get Started
Online CalculatorsCategoriesDate & EventsNewsGet Started
Roboculator

Smart calculators for every challenge. Free, fast, and private.

Categories

  • Finance
  • Health
  • Math
  • Construction
  • Conversion
  • Everyday Life

Popular Tools

  • Date & Events
  • Loan Calculator
  • BMI Calculator
  • Percentage Calc
  • Latest News
  • Search All

Resources

  • Glossary
  • Topic Tags
  • News & Insights

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Editorial Policy
  • Disclaimer
© 2026 Roboculator. All rights reserved.
Roboculator

roboculator.com

  1. Home
  2. /Math
  3. /Probability Distributions
  4. /Poisson Distribution Calculator

Poisson Distribution Calculator

Last updated: March 28, 2026

Calculator

Results

P(X = k)

—

Mean (μ = λ)

5

Variance (σ² = λ)

5

Standard Deviation (σ)

2.2361

Mode

5

Results

P(X = k)

—

Mean (μ = λ)

5

Variance (σ² = λ)

5

Standard Deviation (σ)

2.2361

Mode

5

In This Guide

  1. 01Mean, Variance, and Standard Deviation
  2. 02Mode
  3. 03Computational Method
  4. 04Conditions for the Poisson Model
  5. 05Applications

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.

Mean, Variance, and Standard Deviation

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

Mode

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

Computational Method

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.

Conditions for the Poisson Model

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.

Applications

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

Visual Analysis

How It Works

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.

Understanding Your Results

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.

Worked Examples

Call center: average 5 calls/hour, P(exactly 3 calls)

Inputs

lambda5
k3

Results

probability0.1403739
mean5
variance5
stdDev2.2361
mode5

P(X=3) = e⁻⁵ × 5³ / 3! = e⁻⁵ × 125/6 ≈ 14.04%. Getting exactly 3 calls when the average is 5 is moderately likely.

Typos: average 2 per page, P(zero typos)

Inputs

lambda2
k0

Results

probability0.13533528
mean2
variance2
stdDev1.4142
mode2

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.

Frequently Asked Questions

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.

Sources & Methodology

Ross, S.M. (2019). Introduction to Probability and Statistics for Engineers and Scientists. 6th Edition. Academic Press. | Johnson, N.L., Kotz, S., & Kemp, A.W. (2005). Univariate Discrete Distributions. 3rd Edition. Wiley. | NIST Digital Library of Mathematical Functions. https://dlmf.nist.gov/
R

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!

Related Calculators

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