Sampling distribution of the sample proportion

By Jude Wallis · Updated

The sampling distribution of the sample proportion collects p-hat from every sample of size n. It centers at p and its spread is the square root of p(1-p)/n.

Fix a population proportion pp and a sample size nn. Each sample yields a count of successes XX and a sample proportion p^=X/n\hat{p} = X/n (p-hat), and the collection of those values across all samples is this sampling distribution. Its center is μp^=p\mu_{\hat{p}} = p and its spread is σp^=p(1p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}. When the draws are independent, XX is binomial, so p^\hat{p} is a binomial count divided by nn and its shape is only ever approximately normal.

With p=0.6p = 0.6 and n=150n = 150, the spread is 0.6(0.4)150=0.0016=0.04\sqrt{\frac{0.6(0.4)}{150}} = \sqrt{0.0016} = 0.04, so a sample proportion of 0.68 sits two standard deviations above center. The Large Counts condition passes here, since np=90np = 90 and n(1p)=60n(1-p) = 60. Shrink to n=10n = 10 and p=0.3p = 0.3 and the same formulas still give the center and spread correctly, 0.3 and 0.1449, but p^\hat{p} can only take one of the eleven values 0, 0.1, and so on up to 1.0, and np=3np = 3 fails the check. Center and spread hold at every nn. The normal shape does not.

Now the misreading: "a bigger population needs a bigger sample." There is no NN in the formula. A random sample of 1,000 pins down a proportion just as precisely in a town of 15,000 as in a country of 300 million, which is why national polls report a margin of error near 3 points on samples that size: 1.960.25/1000=0.0311.96\sqrt{0.25/1000} = 0.031.

The formula uses the parameter pp, which you usually do not know. Put a sample value in its place and the result is called the standard error. It also assumes independent draws, which sampling without replacement only approximates, so the 10% condition comes with it. Topic 3.2 is Sampling Distributions for Sample Proportions.

Where this comes up

More sampling distributions terms, or browse the full statistics glossary.