Poisson Distribution
The Poisson distribution models the number of rare, independent events in a fixed interval with known mean rate λ.
Free · no credit card · in your study plan in 2 minutes
Formula
P(X = k) = \frac{\lambda^{k}}{k!} \cdot e^{-\lambda}Variables & units – Poisson Distribution
| Symbol | Meaning | Unit |
|---|---|---|
| k | Number of events (0, 1, 2, ...) | dimensionless |
| λ | Mean number of events per interval (expected value) | dimensionless |
| e | Euler number (≈ 2.71828) | dimensionless |
| P(X=k) | Probability of exactly k events | dimensionless |
Derivation & background – Poisson Distribution
Siméon Denis Poisson derived the distribution in 1837. It is the limiting case of the binomial distribution for large n and small p with λ = n·p (rule of thumb: n ≥ 50 and p ≤ 0.1). Special feature: expected value and variance both equal λ. Famous example: in 1898 Bortkiewicz showed that the yearly deaths by horse kick in Prussian cavalry corps follow a Poisson distribution.
Exam blueprint
Validity range
Models counts of rare, independent events with constant mean rate; as an approximation of the binomial distribution suitable for large n and small p (λ = n·p, rule of thumb n ≥ 50, p ≤ 0.1).
Derivation steps
Limit of the binomial distribution: n → ∞, p → 0, n·p = λ fixed.
- 1In P(X=k) = (n choose k)·pᵏ·(1−p)ⁿ⁻ᵏ substitute p = λ/n.
- 2For n → ∞, (n choose k)·(λ/n)ᵏ → λᵏ/k! and (1 − λ/n)ⁿ → e^(−λ); together λᵏ·e^(−λ)/k! follows.
Rearrangements
No event
Most frequent special case, basis for complements.
At least one event
Via the complement instead of an infinite sum.
Scaling the rate
Double interval, double λ: λ is per reference unit.
Task variant
On average λ = 4 typos per page: how likely is an error-free page?
P(X=0) = e⁻⁴ ≈ 0.0183, so about 1.8 %.
At a counter on average 1.5 customers arrive per minute. How likely is at least one arrival?
P(X ≥ 1) = 1 − e^(−1.5) = 1 − 0.2231 ≈ 0.777, so about 77.7 %.
Common mistakes
Not adapting λ to the interval.
λ is per reference unit: 2 per minute means 10 per 5 minutes.
Using Poisson despite large p.
The approximation needs rare events; for p > 0.1 use the binomial distribution.
Forgetting k! in the denominator.
P(X=k) = λᵏ·e^(−λ)/k!; without k! the probabilities do not sum to 1.
Looking for the variance separately.
For Poisson E(X) = Var(X) = λ; σ = √λ.
Exam context
- Stochastics tasks on rare events (calls, defects, decays), approximation of the binomial distribution, queueing contexts.
These mistakes cost points in real exams. The set drills them until they stick.
Formula cluster
Probability distributions
Binomial for a fixed trial count, Poisson for rates, normal as the limiting distribution.
Worked example
A hotline receives on average λ = 2 calls per minute. Exactly 3 calls in one minute: P(X=3) = 2³·e⁻²/3! = 8·0.1353/6 ≈ 0.180, so about 18 %.
Applications
Queues (calls, customers per minute), radioactive decays per second, misprints per page, claim models in insurance
Quanta exam set
Curated exam set for "Poisson Distribution":
Question (front)
Which formula describes Poisson Distribution?
Answer in your set
Question (front)
How do you rearrange P(X=k) = λᵏ·e^(−λ)/k! for No event?
Answer in your set
Question (front)
Which common mistake happens with Poisson Distribution?
Answer in your set
+ 7 more cards: units, variables, derivation, example, exam task
These 10 cards are ready. One click and they sit in your deck, FSRS schedules the reviews until exam day.
Scientific sources
Common notations & search queries
Related formulas
More Mathematics formulas
Frequently asked questions about Poisson Distribution
When do you use the Poisson distribution instead of the binomial distribution?+
The binomial distribution needs a fixed trial count n and a success probability p. The Poisson distribution is its limiting case for rare events: n very large, p very small, product λ = n·p moderate; as a rule of thumb n ≥ 50 and p ≤ 0.1. Then P(X=k) ≈ λᵏ·e^(−λ)/k!, and only ONE parameter λ is needed instead of two. Poisson is moreover the natural model when there is no fixed n at all, but events arrive randomly in time or space: calls per minute, decays per second, misprints per page. Example: n = 1000 tickets, p = 0.002: exact binomial P(X=2) ≈ 27.07 %, with λ = 2 the Poisson approximation 2²·e⁻²/2 ≈ 27.07 %, practically identical.
What does the parameter λ mean in the Poisson distribution?+
λ is the mean number of events per considered interval, i.e. the expected value: E(X) = λ. With "on average 2 calls per minute", λ = 2 if you look at one minute. The special feature of the Poisson distribution: the variance is also λ, so Var(X) = λ and σ = √λ. You can even use this as a diagnostic: if mean and variance of real count data lie far apart, the Poisson model does not fit. λ need not be an integer (λ = 1.5 is perfectly normal), because it is an average, not a count. The most probable value (mode) lies at ⌊λ⌋; for λ = 2 the values 1 and 2 are equally most likely (each ≈ 27.1 %).
How do you compute the probability of at least one event?+
Via the complement, since summing "at least one" directly would mean adding infinitely many terms. The opposite of "at least one event" is "no event", and for that there is the simplest Poisson formula of all: P(X=0) = λ⁰·e^(−λ)/0! = e^(−λ). Hence P(X ≥ 1) = 1 − e^(−λ). Example: if on average 1.5 customers arrive per minute, P(X ≥ 1) = 1 − e^(−1.5) = 1 − 0.2231 ≈ 77.7 %. The same pattern works for "at least two": P(X ≥ 2) = 1 − P(0) − P(1) = 1 − e^(−λ)·(1 + λ), here 1 − 0.2231·2.5 ≈ 44.2 %. Complement thinking is almost always the fastest route with Poisson.
How do you adapt λ to a different time interval?+
λ scales linearly with the interval length: if λ = 2 per minute, then λ = 10 for 5 minutes and λ = 1 for 30 seconds. Only after this adjustment may you use the formula. Example: on average 2 calls per minute; probability of NO call in 5 minutes: not e⁻², but P(X=0) = e^(−10) ≈ 0.0000454, i.e. practically impossible. The difference is enormous and precisely why it is a popular exam mistake. The same scaling holds spatially: 0.3 errors per page mean λ = 3 over 10 pages. The prerequisite is that the rate stays constant and events arrive independently; at peak times with changing rate the simple model breaks down.
How do you recognize a Poisson task and how do you work through it?+
Signal phrases are "on average ... per ..." plus a question about a specific count: so many calls per hour on average, accidents per month, errors per page. Recipe: first read off λ and, if necessary, scale it to the requested interval. Second clarify what is asked: exactly k, at most k or at least k. Third substitute: P(X=k) = λᵏ·e^(−λ)/k!, working with the complement for "at least". Complete example: hotline with on average 2 calls per minute, wanted P(exactly 3 in one minute): P(X=3) = 2³·e⁻²/3! = 8·0.1353/6 ≈ 0.180, i.e. 18 %. Finally check plausibility: k near λ should be relatively likely, k far above it rare.
Retain Poisson Distribution for exams
Create a curated FSRS exam set for P(X=k) = λᵏ·e^(−λ)/k!: formula recall, variables, derivation, rearrangement, worked example, common mistakes and exam context.
Free · curated formula set · LaTeX · FSRS spaced repetition
How do you calculate with Poisson Distribution?
Here is how to work through a typical Poisson Distribution (P(X=k) = λᵏ·e^(−λ)/k!) task step by step:
- 1
Task
On average λ = 4 typos per page: how likely is an error-free page?
Solution path
P(X=0) = e⁻⁴ ≈ 0.0183, so about 1.8 %.
- 2
Task
At a counter on average 1.5 customers arrive per minute. How likely is at least one arrival?
Solution path
P(X ≥ 1) = 1 − e^(−1.5) = 1 − 0.2231 ≈ 0.777, so about 77.7 %.