Sample means of discrete distributions
When you average counts (Poisson or binomial), the underlying values are still discrete — so you still nudge by a continuity correction. But you're averaging over items, so that half-step is shared out: the correction shrinks to , not .
The sample mean of counts: ±1/(2n)
Get the per-item mean and variance (Poisson: both ; binomial: and ), apply , then shift the boundary by (out for , in for ) before standardising.
Mean of n counts: X̄ ~ N(mean, var/n) with a ±1/(2n) continuity correction — the half-step shared over n, not ±½.
Worked example
Poisson sample mean (one tail)
Threats at 12.2/day → 85.4/week, . Over 100 weeks . uses : .
Worked example
Binomial sample mean
: mean 15, variance 11.25. For the mean of 50, . uses : .
Worked example
A two-sided interval (watch each end)
; mean of 50. Find , where and the correction is .
- Lower end excludes 1.5: move in to ; .
- Upper end includes 2.2: move out to ; .
- .
Examiner note
Why exactly 1/(2n)
A total of counts gets the ordinary ; but the mean is that total divided by , so the half-step is divided by too — . (In the threats example, with equals with the usual .)
Common mistake