Loading…

The Poisson Probability Distribution

Statistics • Discrete Random Variables and Their Probability Distributions

View all topics

The Poisson probability distribution

Use this tool when a discrete random variable X counts the number of occurrences in a fixed interval and the occurrences are random and independent. Enter the mean rate λ for the same interval you are counting.

Quick checklist (Poisson conditions)

  • X is a discrete random variable (0, 1, 2, …).
  • Occurrences are random (no predictable pattern within the interval).
  • Occurrences are independent (one does not affect another).

Parameters

λ = mean number of occurrences in the interval.
x = actual number of occurrences (the value taken by X).

This is only used to label the result; it does not affect calculations.

λ must match the same interval you count for X. If not, use the conversion below.

“At most” includes k; “less than” excludes k.

Use whole numbers only: 0, 1, 2, …

Example: if the mean is given “per 10 items” but you count “per 40 items”, scale λ by 40/10.

Smoothly grows the bars after each calculation.

If blank, the tool chooses a reasonable range around λ and your selected bounds.

Ready
Enter values and click “Calculate”.

Visualization

Bars show the probability of each count x. The shaded region matches the probability query you selected.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does lambda mean in the Poisson distribution?

Lambda is the mean (expected) number of occurrences in the interval being counted. It must match the same interval as the random variable X (for example, per hour if X counts events per hour).

How do I compute P(X <= k) with this Poisson calculator?

Choose the "At most k" option and enter k. The calculator sums Poisson PMF terms from x = 0 up to x = k to produce the cumulative probability.

What is the difference between "at most k" and "less than k"?

At most k means P(X <= k), which includes k. Less than k means P(X < k), which excludes k and sums only up to k - 1.

How do I convert lambda from one interval to another?

Use the conversion section by entering the given mean lambda_given, the base size, and the target size. The calculator scales the rate as lambda = lambda_given * (target/base) so the mean matches the counting interval.

When is the Poisson distribution appropriate for event counts?

It is appropriate when X is a discrete count (0, 1, 2, ...), occurrences are random within the interval, and occurrences are independent. It is commonly used for counts like arrivals, defects, or incidents over a fixed period or region.