Intuition for why variance of sample means depends only on sample size?

1.2k Views Asked by At

The variance of sample means is given by $\sigma ^2 / n$ where $n$ is the sample size.

Interestingly, this does not seem to depend on the size of the population — one would expect that the variance would be governed by some fraction of sample size to population size, but this is not the case.

Is there any intuitive reason for why this is true?

2

There are 2 best solutions below

0
On

This isn't really an intuitive approach.

Let $X$ be a random variable such that $X \sim N(\mu,\sigma^2)$

If we have a sample of $n$ independent observations of $X$ then

$$X_1 +X_2 +X_3+ \dots +X_n \sim N(n\mu,n\sigma^2)$$

$$\text{sample mean} = \bar X = \frac{X_1 +X_2 +X_3+ \dots +X_n}{n} \sim N(\mu,\frac{\sigma^2}{n})$$

Note that $aX \sim N(a\mu,a^2\sigma^2$)

0
On

Sample variance also i depends on population size: when you write out the formula for $\sigma^2/n$ you can see the expression for $\sigma$ will have population size. Using $N$ for population size, $\mu$ for population mean:

Sample variance is $\frac{1}{n\sqrt N}\sqrt {\sum_{j=1}^N(x_j-\mu)^2}$