Calculate probabilities and statistics for the sample proportion distribution.
Last updated: March 2026
Proportion in population (0 to 1)
Observed proportion in sample
The sampling distribution of p̂ (p-hat) describes how sample proportions vary when you repeatedly sample from a population. If you took many samples from a population and measured the proportion of success in each sample, you'd get different values—this collection of values has the sampling distribution.
The sampling distribution is centered at the true population proportion (p) and has standard error SE(p̂) = √(p×(1−p)/n). As sample size increases, the distribution becomes narrower (less variation). By the Central Limit Theorem, this distribution approaches normal shape when np and nq are both at least 10.
This is fundamental to statistical inference: it lets us calculate how likely it is to observe a sample proportion (p̂) given a true population proportion (p), and conversely, estimate population proportions from sample data while quantifying uncertainty.
Customer Satisfaction: Is this sample result unusual?
p̂ (p-hat) is the proportion observed in a sample. If 70 out of 100 surveys say 'yes', then p̂ = 0.70. It estimates the true population proportion p.
Larger samples have smaller standard errors, making the distribution tighter. SE ∝ 1/√n, so quadrupling sample size cuts SE in half. Larger samples = more precise estimates.
The Rule of 10: when both np ≥ 10 and nq ≥ 10, the sampling distribution is approximately normal. This lets you use z-scores and calculate probabilities accurately.
A z-score measures how many standard errors away your sample proportion is from the population mean. z = 2 means 2 SEs away. Larger |z| means more unusual observations.
P(p̂ ≤ value) is the cumulative probability—the chance of observing that proportion or lower. P(p̂ ≥ value) is 1 minus this. These help assess how unusual your sample is.
Theoretically yes, but with caution. When np or nq < 10, the normal approximation fails. Use exact binomial methods instead for more accuracy with small samples.
Related Tools
Required sample size.
Estimate population parameters.
Survey accuracy measure.
Single parameter value.
Sampling variability.
Sample statistic distribution.