Formula & Calculator

Poisson Probability

Calculates the probability of observing exactly k events in a fixed interval, given a known average event rate.

StatisticsProbabilityDistributions

Poisson Probability CalculatorP(X=k) = λk·e−λ / k!

P(X=k) = λk · eλ / k!
P(X=k) = probability  ·  λ = average rate  ·  k = number of occurrences
⟹ SolveP, λ, k
Please fix the errors above.
Solve for:
Presets:
Probability
P: λ: k:
✓ Copied!
Probability Gauge
Low (< 0.01) Medium (0.01–0.1) High (> 0.1)
P(X=k) = λk·e−λ / k!  ·  λ > 0, k = 0, 1, 2, …

Interpretation

P(X=k) = (λᵏ e⁻λ)/k!. Probability of k events in a fixed interval, with average rate λ. Used for rare events, call centres, and traffic flow.

P(X=k) = (λ^k * e^-λ) / k!
Poisson Probability

Variables

SymbolQuantityUnit
P(X=k)Probability of exactly k events
λAverage rate of events
kNumber of events observed

What it means

The Poisson distribution models the number of events occurring in a fixed interval of time or space, given the average number of events λ. It assumes events are independent and occur at a constant rate. It is used in queuing theory, insurance claim modelling, traffic flow, and epidemiology (rare disease counts). The formula uses the exponential and factorial. The mean and variance both equal λ. Understanding the Poisson distribution is fundamental for modelling count data and for analysing rare events. It is also used in reliability (number of failures) and in biology (number of mutations).

Worked example

Poisson Probability – Two Examples

Real‑World
Scenario: A call center receives an average of 3 calls per minute. What is the probability of exactly 2 calls in a minute?
ParameterValue
λ3
k2
1P = (3² × e⁻³) / 2! = (9 × 0.049787) / 2 = 0.4478 / 2 = 0.2239
Result 0.224 ✓ 22.4% chance
Scenario: A book has an average of 5 typos per 100 pages. What is the probability of exactly 5 typos in 100 pages? (λ=5, k=5)
ParameterValue
λ5
k5
1P = (5⁵ × e⁻⁵) / 5! = (3125 × 0.006738) / 120 = 21.056 / 120 = 0.1755
Result 0.1755 ✓ 17.6%
Insight: Poisson distribution models count of events in a fixed interval, given average rate λ. It is widely used in queuing, reliability, and insurance.

Common mistakes

  • Poisson distribution: Models the number of events in a fixed interval of time or space.
  • Parameter λ: The average number of events – must be >0.
  • k: Non‑negative integer (0,1,2,…).
  • e: Euler’s number (~2.718) – use correct value.
  • Independence: Assumes events occur independently with a constant rate.

Applications

The Poisson probability formula gives the probability of exactly k events occurring in a fixed interval of time or space, given a known average rate λ. It models rare events and is used in reliability (number of failures), quality control (defects per unit), and queueing theory (arrivals). Engineers use it to predict the number of defects in manufactured goods, to design spare parts inventory, and to assess the probability of extreme events. In biology, it models mutation rates. By using the Poisson distribution, professionals can quantify the likelihood of various counts, set service levels, and plan capacity. Its simplicity and wide applicability make it a staple in statistical practice.

  • Quality control – number of defects per product or per batch
  • Reliability engineering – number of failures over time
  • Queueing theory – number of arrivals or service completions
  • Inventory management – demand during lead time
  • Biology and ecology – organism counts in a given area

Frequently Asked Questions

Q01What is the Poisson probability formula and what does it model?
A01

P(X=k) = (λᵏ · e⁻λ) / k!. It models the probability of exactly k events occurring in a fixed interval of time or space, given that events occur at a constant average rate λ and independently.

Q02What are the assumptions of the Poisson distribution?
A02

  • Events occur independently.
  • The average rate (λ) is constant.
  • Two events cannot occur at exactly the same instant (for time).
  • The probability of an event in a small interval is proportional to the interval length.

Q03What is the expected value and variance of a Poisson distribution?
A03

Both the mean and variance are equal to λ. This is a key property: E[X] = Var(X) = λ.

Q04When is the Poisson distribution used in real life?
A04

It is used to model count data: number of phone calls per hour, number of accidents per day, number of defective items in a batch, or number of customers entering a shop.

Q05How does the Poisson distribution relate to the binomial distribution?
A05

The Poisson can be derived as a limiting case of the binomial when n → ∞ and p → 0 such that np = λ. It is often used as an approximation for rare events.

Q06What is the probability of zero events (k=0) in a Poisson process?
A06

P(X=0) = e⁻λ. This is the probability that no events occur in the interval.

Q07How do you compute the cumulative probability for Poisson (P(X ≤ k))?
A07

Sum the probabilities from 0 to k: Σ_{i=0}^{k} (λⁱ e⁻λ) / i!. This is often looked up in tables or computed using software.

Q08What is the connection between Poisson distribution and exponential distribution?
A08

If the number of events in a fixed interval is Poisson(λ), then the inter‑arrival times are exponentially distributed with rate λ. They are complementary.

Q09How is the Poisson distribution used in queuing theory?
A09

It models the arrival process of customers in a queue. The number of arrivals in a time period is often Poisson, and the service times may be exponential.

Q10What is the Poisson process and why is it important?
A10

A Poisson process is a counting process where events occur continuously and independently at a constant average rate. It is a fundamental model in stochastic processes and has applications in telecommunications, traffic, and reliability.