Hypothesis Tests for the Rate of a Poisson Distribution

Test hypotheses about the rate parameter λ\lambda of a Poisson distribution using the observed count as the test statistic. Compute upper-tail, lower-tail p-values from the Poisson CDF, and extend to counts collected over a time interval of length tt using λ0t\lambda_0 t under the null.

Step 1 of 119%

Tutorial

Upper-Tail Test for a Poisson Rate

Suppose XPoisson(λ)X \sim \text{Poisson}(\lambda) for some unknown rate λ>0\lambda > 0. To test whether the rate has increased beyond a baseline value λ0,\lambda_0, we set up the hypotheses

H0 ⁣:λ=λ0vs.H1 ⁣:λ>λ0.H_0\!: \lambda = \lambda_0 \qquad \text{vs.} \qquad H_1\!: \lambda > \lambda_0.

The test statistic is the observed count x.x. Under H0,H_0, this count follows Poisson(λ0),\text{Poisson}(\lambda_0), so the p-value is the upper-tail probability of observing a count at least as extreme as x:x{:}

p=P(Xxλ=λ0)=1F(x1;λ0),p = P(X \geq x \mid \lambda = \lambda_0) = 1 - F(x-1;\, \lambda_0),

where F(k;λ0)=P(Xkλ=λ0)F(k;\,\lambda_0) = P(X \leq k \mid \lambda = \lambda_0) is the Poisson CDF. We reject H0H_0 at significance level α\alpha when pα.p \leq \alpha.

For example, suppose a call center historically receives λ0=3\lambda_0 = 3 calls per hour, and one hour we observe x=7x = 7 calls. Given F(6;3)0.9665,F(6;\, 3) \approx 0.9665,

p=P(X7λ=3)=1F(6;3)=10.9665=0.0335.p = P(X \geq 7 \mid \lambda = 3) = 1 - F(6;\,3) = 1 - 0.9665 = 0.0335.

At α=0.05,\alpha = 0.05, since 0.0335<0.05,0.0335 < 0.05, we reject H0H_0 and conclude that the rate appears to have increased.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle