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 and a sample size . Each sample yields a count of successes and a sample proportion (p-hat), and the collection of those values across all samples is this sampling distribution. Its center is and its spread is . When the draws are independent, is binomial, so is a binomial count divided by and its shape is only ever approximately normal.
With and , the spread is , so a sample proportion of 0.68 sits two standard deviations above center. The Large Counts condition passes here, since and . Shrink to and and the same formulas still give the center and spread correctly, 0.3 and 0.1449, but can only take one of the eleven values 0, 0.1, and so on up to 1.0, and fails the check. Center and spread hold at every . The normal shape does not.
Now the misreading: "a bigger population needs a bigger sample." There is no 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: .
The formula uses the parameter , 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.