S2.1 - The Binomial and Poisson distributions

Syllabus
2019
Topic
S2.1
Level
A2

Learning objectives

Choose and use Binomial or Poisson

Binomial and Poisson distributions both model counts, but their random processes differ. Choose the model from the conditions before calculating a probability, and keep the count interval and event inequality explicit.

Model Conditions and parameter
XB(n,p)X\sim B(n,p) a fixed number nn of independent trials; each trial has success/failure outcomes; success probability pp is constant
XPo(λ)X\sim Po(\lambda) events occur independently and singly at a constant average rate in a fixed interval; λ\lambda is the mean count in that interval

PB(X=x)=(nx)px(1p)nx,PPo(X=x)=eλλxx!P_{B}(X=x)=\binom nxp^x(1-p)^{n-x},\qquad P_{Po}(X=x)=e^{-\lambda}\frac{\lambda^x}{x!}

Translate words into integer events before using a formula or cumulative table: 'fewer than 3' is P(X2)P(X\le2), 'at least 6' is 1P(X5)1-P(X\le5), and 4<X<104<X<10 is P(X9)P(X4)P(X\le9)-P(X\le4). For XPo(4.5)X\sim Po(4.5), the last probability is 0.98290.5321=0.45080.9829-0.5321=0.4508.

Poisson means scale with exposure. If complaints occur at mean 3 per day, then a 7-day total has distribution Po(21)Po(21). More generally, independent Poisson counts add: if XPo(λ1)X\sim Po(\lambda_1) and YPo(λ2)Y\sim Po(\lambda_2) independently, then X+YPo(λ1+λ2)X+Y\sim Po(\lambda_1+\lambda_2).

A calculation is only as sound as the model. Repeated trials with changing success probabilities are not binomial; clustering, dependence or a changing rate undermines Poisson. State assumptions in context—such as failures being independent with constant probability, or events occurring independently at a constant average rate—and comment when the situation contradicts them.

Use Binomial and Poisson moments

The mean gives the long-run expected count and the variance measures its spread. Binomial and Poisson models have characteristic mean–variance relationships that can also identify unknown parameters or test plausibility.

Distribution Mean Variance
XB(n,p)X\sim B(n,p) npnp np(1p)np(1-p)
XPo(λ)X\sim Po(\lambda) λ\lambda λ\lambda

If a binomial variable has mean 90 and variance 36, thennp=90,np(1p)=36.np=90,\qquad np(1-p)=36.Dividing the second equation by the first gives 1p=36/90=0.41-p=36/90=0.4, so p=0.6p=0.6 and n=90/0.6=150n=90/0.6=150. Check that nn is a positive integer and 0p10\le p\le1.

For YB(20,0.3)Y\sim B(20,0.3), E(Y)=6E(Y)=6 and Var(Y)=4.2\operatorname{Var}(Y)=4.2. For WPo(4)W\sim Po(4), both the mean and variance are 4. An observed count dataset whose sample mean is far from its sample variance may therefore cast doubt on a Poisson model, although closeness alone does not prove all Poisson assumptions.

Do not interchange variance and standard deviation, or assume every count with equal mean and variance must be Poisson. The specification requires use of these moment formulae but not their derivations.

Approximate a Binomial count with Poisson

When XB(n,p)X\sim B(n,p) has many trials and a small success probability, the rare-success count can be approximated by a Poisson variable with the same mean.

XB(n,p)  YPo(λ),λ=npX\sim B(n,p)\ \approx\ Y\sim Po(\lambda),\qquad \lambda=np

First check that the binomial conditions hold and that the context really describes many independent opportunities for a rare event. Then calculate λ=np\lambda=np, preserve the original integer event exactly, and evaluate it with the Poisson formula or table.

If XB(200,0.012)X\sim B(200,0.012), use YPo(2.4)Y\sim Po(2.4). ThenP(X1)P(Y1)=e2.4(1+2.4)=0.3084.P(X\le1)\approx P(Y\le1)=e^{-2.4}(1+2.4)=0.3084.For 'at least 2', use the complementary Poisson event 1P(Y1)1-P(Y\le1).

This is a discrete-to-discrete approximation, so no continuity correction is used. It becomes less convincing when the success probability is not small or trials are dependent; use the exact binomial distribution when the approximation is not justified. Normal approximations and continuity correction belong to S2.3, not this objective.