Poisson P(X=k)
Enter the mean rate λ and a count k to get the exact Poisson probability P(X=k) = λᵏ·e⁻λ / k!, the chance of k events inside one fixed interval.
P(X=k)
—
Poisson P(X = k): probability mass function
The Poisson distribution tells you how likely it is that a given number of independent events land inside a fixed window (a span of time, an area, a volume) when those events show up at some steady average rate λ. The formula is P(X = k) = e^(−λ)·λ^k / k!. One thing sets it apart from most distributions, and it's worth remembering: its mean and variance are both equal to λ. When n is large and p is small, it also stands in nicely for the binomial(n, p), with λ = n·p. Take a call centre that fields 3 calls a minute on average. How likely is exactly 5 calls in some minute? You get e^(−3)·3^5 / 120 ≈ 0.1008, roughly 10%.
Applications
You'll find it in queueing theory (the M/M/1 model in call centres and telecom), in radioactive decay, and in counting defects per unit on a production line. It also shows up for goals per football match and mutations per gene in genomics. And then there's the old Bortkiewicz (1898) study, which counted deaths by horse kicks in the Prussian army — a textbook example to this day.
FAQ
When can Poisson replace the binomial? Once n gets large (n > 50) and p stays small (p < 0.1), so λ = n·p doesn't blow up. The bigger n gets, the closer the fit.
Why must mean equal variance? That equality is baked into how the distribution is built. When your sample variance runs well above the mean (what people call overdispersion), Poisson just isn't the right model, and the negative binomial is usually where you turn next.
Can k be a non-integer? No. Poisson is counting whole events, so k ∈ {0, 1, 2, …}. If what you actually care about is the continuous waiting time between events, reach for the exponential distribution instead.
What if k is bigger than λ? Out in the tail the probabilities drop off fast. When k sits far above λ you'll get a tiny number, but it never hits exactly zero. In principle, any count at all can happen.
Related Tools
Poisson Probability Calculator
Computes probability of k occurrences in a Poisson distribution with mean lambda using the classic exponential factorial formula.
Poisson Distribution
Compute P(X = k) and P(X ≤ k) in Poisson(λ).
Jump-Diffusion Option (Merton)
Prices a European call under Merton's (1976) jump-diffusion model: on top of continuous Brownian motion, the price can take lognormal jumps arriving as a Poisson process, capturing fat tails and price gaps. The premium is a Poisson-weighted sum of Black-Scholes prices. Enter spot, strike, maturity, rate, diffusion vol, the jump intensity and the mean and standard deviation of the log jump.
Poisson Ratio (ν)
Compute Poisson ratio ν from transverse and longitudinal strains.
Steel Poisson Coefficient
Computes lateral strain from Poisson ratio and axial strain for a steel bar.
Exact CI for a Poisson Mean
Computes the exact confidence interval for the mean of a Poisson distribution, from an observed event count. It's the right tool for count data: number of defects per batch, accidents per month, particles detected per interval. The calculation uses the exact relationship between the Poisson and the chi-square distribution (Garwood's method), giving reliable bounds even when very few events were observed. Enter the number of events and the confidence level.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.