Sampling Proportions From Finite Populations

Compute the mean, variance, and standard deviation of the sample proportion when sampling from a population, both with replacement and without replacement (using the finite population correction).

Step 1 of 157%

Tutorial

The Sample Proportion and Its Mean

A population of size NN contains KK members with a particular attribute. The population proportion is

p=KN.p = \dfrac{K}{N}.

We draw a random sample of nn items and let XX be the count of sampled items having the attribute. The sample proportion is the random variable

p^=Xn.\hat{p} = \dfrac{X}{n}.

When the sample is drawn with replacement, each draw is an independent Bernoulli(pp) trial, so XX is a sum of nn independent Bernoullis:

XBinomial(n,p),E[X]=np.X \sim \mathrm{Binomial}(n, p), \qquad E[X] = np.

Dividing by the constant nn,

E[p^]=E ⁣[Xn]=E[X]n=npn=p.E[\hat{p}] = E\!\left[\dfrac{X}{n}\right] = \dfrac{E[X]}{n} = \dfrac{np}{n} = p.

The sample proportion is unbiased for pp: on average, p^\hat{p} equals the population proportion.

navigate · Enter open · Esc close · ⌘K/Ctrl K toggle