Sampling Distribution of Sample Proportion Calculator

Calculate the mean and standard deviation of the sampling distribution of a sample proportion, and find probabilities using the normal approximation.

MEAN OF SAMPLING DISTRIBUTION
--
Std. Deviation
--
np (check)
--
n(1-p) (check)
--
Normal Approx.
--

What Is the Sampling Distribution of a Sample Proportion?

When you draw random samples of size n from a population with proportion p, the sample proportion varies from sample to sample. The distribution of all possible sample proportions is called the sampling distribution of the sample proportion. By the Central Limit Theorem, this distribution is approximately normal when the sample size is large enough.

The mean of the sampling distribution equals the population proportion p, and the standard deviation (called the standard error) equals the square root of p(1-p)/n. This relationship is fundamental to constructing confidence intervals and performing hypothesis tests for proportions in survey research, quality control, and clinical trials.

Formulas

Mean: μ = p
Standard Error: σ = √(p(1-p)/n)

Conditions for Normal Approximation

ConditionRequirement
Success conditionnp ≥ 10
Failure conditionn(1-p) ≥ 10
Independencen ≤ 10% of population (if sampling without replacement)

Frequently Asked Questions

Why must np and n(1-p) both be at least 10?

These conditions ensure the sampling distribution is sufficiently bell-shaped for the normal approximation to be accurate. When either condition fails, the distribution is too skewed, and exact binomial methods should be used instead.

How does sample size affect the standard error?

Increasing sample size decreases the standard error proportionally to the square root of n. Quadrupling the sample size halves the standard error. This is why larger samples give more precise estimates of the population proportion.