Confidence Intervals for One Proportion: Finite Population Corrections

Constructing confidence intervals for a single population proportion when sampling without replacement from a finite population, using the finite population correction (FPC) factor to tighten the standard error.

Step 1 of 119%

Tutorial

The Corrected Confidence Interval Formula

When we sample with replacement, or when the population is effectively infinite, a (1α)(1-\alpha) confidence interval for a population proportion pp is

p^±zp^(1p^)n.\hat{p} \pm z^* \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}.

When we sample without replacement from a finite population of size NN, the observations are no longer independent and the standard error above is too large. We fix this by multiplying the standard error by the finite population correction (FPC) factor

NnN1.\sqrt{\frac{N-n}{N-1}}.

The corrected confidence interval becomes

p^±zp^(1p^)nNnN1.\hat{p} \pm z^* \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} \cdot \sqrt{\frac{N-n}{N-1}}.

For example, suppose N=100,N = 100, n=25,n = 25, and p^=0.4.\hat{p} = 0.4. Then

p^(1p^)n=0.40.625=0.00960.0980,NnN1=75990.8704,SE0.09800.87040.0853.\begin{align*} \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} &= \sqrt{\frac{0.4 \cdot 0.6}{25}} = \sqrt{0.0096} \approx 0.0980, \\[5pt] \sqrt{\frac{N-n}{N-1}} &= \sqrt{\frac{75}{99}} \approx 0.8704, \\[5pt] \text{SE} &\approx 0.0980 \cdot 0.8704 \approx 0.0853. \end{align*}

Using z=1.96z^* = 1.96 for a 95%95\% interval, the margin of error is 1.960.08530.167,1.96 \cdot 0.0853 \approx 0.167, giving the interval (0.233,0.567).(0.233,\, 0.567).

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