Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

Sampling Distribution of Proportion

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.

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

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

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)