Sampling Distribution of Proportion

1 min read Updated Fri Apr 24 2026 07:36:29 GMT+0000 (Coordinated Universal Time)

Assume a population of size NN with a known proportion of successes pp.

By drawing all possible samples of size nn and calculating their sample proportions pi\overline{p}_i, the sampling distribution of the success proportion can be computed.

Mean

Average of all sample proportions pi\overline{p}_i, denoted as p\overline{p}, is pp.

Standard Error

σp=p(1p)n\sigma_p = \sqrt{\frac{p(1-p)}{n}}

Approx. to Normal Distribution

If the below conditions are met:

  • The sample size is large enough.
  • The population proportion is known.

Then:

pN(p,p(1q)n)\overline{p} \sim N \left(p,\frac{p(1-q)}{n} \right)