FS1-2 Poisson and binomial distributions — coverage pack

3 specification leaves · notes, questions, answers and worked methods

FS1-2.1 · The Poisson distribution. The additive property of Poisson distributions.

  • A Poisson model counts events occurring independently at a constant mean rate, with P(X=x)=eλλxx!P(X=x)=e^{-\lambda}\dfrac{\lambda^x}{x!} for x=0,1,2,x=0,1,2,\ldots.
  • Scale λ\lambda with the length of the interval, and add parameters for independent Poisson counts: X+YPo(λ+μ)X+Y\sim\operatorname{Po}(\lambda+\mu).
  • For example, a rate of 1.61.6 events per hour gives a mean of 44 events in 2.52.5 hours.
  • A common error is to add Poisson parameters for overlapping intervals or dependent counts; the additive result requires independence.

Tier 1 · Easy

  1. 1. A sensor records a Poisson-distributed number of amber flashes with mean 2.72.7 per minute. Find the probability of no amber flashes in one minute.[2 marks]

    Answer

    • P(X=0)=0.0672P(X=0)=0.0672 to 44 significant figures

    Method: With XPo(2.7)X\sim\operatorname{Po}(2.7), P(X=0)=e2.72.700!=e2.7=0.0672055P(X=0)=e^{-2.7}\dfrac{2.7^0}{0!}=e^{-2.7}=0.0672055\ldots.

Tier 2 · Standard

  1. 1. Independent counts AA and BB have distributions Po(3.2)\operatorname{Po}(3.2) and Po(1.7)\operatorname{Po}(1.7). Find P(A+B7)P(A+B\geq7).[3 marks]

    Answer

    • P(A+B7)=0.2233P(A+B\geq7)=0.2233 to 44 significant figures

    Method: Independence gives A+BPo(4.9)A+B\sim\operatorname{Po}(4.9). Hence P(A+B7)=1P(A+B6)=0.223345P(A+B\geq7)=1-P(A+B\leq6)=0.223345\ldots.

Tier 3 · Hard

  1. 1. Inspection pings are modelled by a Poisson process at a mean rate of 0.80.8 per 1010 minutes. Find the probability of exactly 22 pings in the first 1515 minutes and at most 22 pings in the next 3030 minutes. State two assumptions needed for the model and one feature of the real process that would make it unsuitable.[8 marks]

    Answer

    • 0.12350.1235 to 44 significant figures
    • Pings occur independently and at a constant mean rate
    • For example, fault-triggered clustering or a changing rate during maintenance would make the model unsuitable

    Method: The disjoint intervals have independent counts XPo(1.2)X\sim\operatorname{Po}(1.2) and YPo(2.4)Y\sim\operatorname{Po}(2.4). Therefore the probability is P(X=2)P(Y2)=(e1.21.222!)(e2.4r=022.4rr!)=0.1235469P(X=2)P(Y\leq2)=\left(e^{-1.2}\dfrac{1.2^2}{2!}\right)\left(e^{-2.4}\sum_{r=0}^{2}\dfrac{2.4^r}{r!}\right)=0.1235469\ldots. A Poisson process also requires independent events and a constant mean rate. Clustering after a fault would violate independence, while maintenance cycles could change the rate.

FS1-2.2 · The mean and variance of the binomial distribution and the Poisson distribution.

  • If XBin(n,p)X\sim\operatorname{Bin}(n,p), then E(X)=npE(X)=np and Var(X)=np(1p)\operatorname{Var}(X)=np(1-p).
  • If YPo(λ)Y\sim\operatorname{Po}(\lambda), then both E(Y)E(Y) and Var(Y)\operatorname{Var}(Y) equal λ\lambda.
  • For a linear transformation, E(aX+b)=aE(X)+bE(aX+b)=aE(X)+b and Var(aX+b)=a2Var(X)\operatorname{Var}(aX+b)=a^2\operatorname{Var}(X).
  • A common error is to use npnp as the binomial variance or to add the constant bb when transforming a variance.

Tier 1 · Easy

  1. 1. Given XBin(80,0.15)X\sim\operatorname{Bin}(80,0.15), find E(X)E(X) and Var(X)\operatorname{Var}(X).[2 marks]

    Answer

    • E(X)=12E(X)=12
    • Var(X)=10.2\operatorname{Var}(X)=10.2

    Method: E(X)=np=80(0.15)=12E(X)=np=80(0.15)=12. Also Var(X)=np(1p)=80(0.15)(0.85)=10.2\operatorname{Var}(X)=np(1-p)=80(0.15)(0.85)=10.2.

Tier 2 · Standard

  1. 1. The random variable YY is Poisson and Var(2Y+3)=28\operatorname{Var}(2Y+3)=28. Find the parameter of YY and E(2Y+3)E(2Y+3).[4 marks]

    Answer

    • YPo(7)Y\sim\operatorname{Po}(7)
    • E(2Y+3)=17E(2Y+3)=17

    Method: If YPo(λ)Y\sim\operatorname{Po}(\lambda), then Var(2Y+3)=4λ\operatorname{Var}(2Y+3)=4\lambda. Hence 4λ=284\lambda=28 and λ=7\lambda=7. Therefore E(2Y+3)=2E(Y)+3=2(7)+3=17E(2Y+3)=2E(Y)+3=2(7)+3=17.

Tier 3 · Hard

  1. 1. A binomial random variable XX has mean 1818 and variance 13.513.5. Determine nn and pp.[5 marks]

    Answer

    • n=72n=72
    • p=0.25p=0.25

    Method: Use np=18np=18 and np(1p)=13.5np(1-p)=13.5. Dividing the second equation by the first gives 1p=13.5/18=0.751-p=13.5/18=0.75, so p=0.25p=0.25. Then n=18/0.25=72n=18/0.25=72.

FS1-2.3 · The use of the Poisson distribution as an approximation to the binomial distribution.

  • When nn is large and pp is small, Bin(n,p)\operatorname{Bin}(n,p) can be approximated by Po(np)\operatorname{Po}(np).
  • Keep the probability event unchanged and use λ=np\lambda=np; a continuity correction is not used for a binomial-to-Poisson approximation.
  • For example, Bin(900,0.004)\operatorname{Bin}(900,0.004) is approximated by Po(3.6)\operatorname{Po}(3.6).
  • A common error is to quote only npnp without checking that nn is large and pp is small.

Tier 1 · Easy

  1. 1. Let XBin(900,0.004)X\sim\operatorname{Bin}(900,0.004). State a suitable Poisson approximation and use it to estimate P(X=0)P(X=0).[3 marks]

    Answer

    • X˙Po(3.6)X\mathrel{\dot\sim}\operatorname{Po}(3.6)
    • P(X=0)0.02732P(X=0)\approx0.02732

    Method: Here nn is large, pp is small and np=3.6np=3.6, so use YPo(3.6)Y\sim\operatorname{Po}(3.6). Then P(X=0)P(Y=0)=e3.6=0.0273237P(X=0)\approx P(Y=0)=e^{-3.6}=0.0273237\ldots.

Tier 2 · Standard

  1. 1. The number of flawed seals in a batch has distribution XBin(500,0.008)X\sim\operatorname{Bin}(500,0.008). Use a Poisson approximation to estimate P(X6)P(X\geq6).[4 marks]

    Answer

    • P(X6)0.2149P(X\geq6)\approx0.2149

    Method: np=500(0.008)=4np=500(0.008)=4, so X˙YX\mathrel{\dot\sim}Y where YPo(4)Y\sim\operatorname{Po}(4). Thus P(X6)1P(Y5)=0.2148696P(X\geq6)\approx1-P(Y\leq5)=0.2148696\ldots.

Tier 3 · Hard

  1. 1. For XBin(200,0.015)X\sim\operatorname{Bin}(200,0.015), calculate P(X2)P(X\leq2) exactly and by a Poisson approximation. Find the percentage error of the approximation relative to the exact value.[6 marks]

    Answer

    • Exact probability =0.42150=0.42150
    • Poisson approximation =0.42319=0.42319
    • Percentage error =0.402%=0.402\%

    Method: Exactly, P(X2)=r=02(200r)(0.015)r(0.985)200r=0.4214963P(X\leq2)=\sum_{r=0}^{2}\binom{200}{r}(0.015)^r(0.985)^{200-r}=0.4214963\ldots. Since np=3np=3, use YPo(3)Y\sim\operatorname{Po}(3), giving P(Y2)=0.4231901P(Y\leq2)=0.4231901\ldots. The relative percentage error is 100(0.42319010.4214963)/0.4214963=0.40184%100(0.4231901-0.4214963)/0.4214963=0.40184\ldots\%.