Given a population consists of three numbers (2,5,9).
Consider all possible samples of size 2 which can be drawn from the population.
Find the variance of the sampling distribution of the sample means.
All possible samples:{(2,5), (2,9), (5,9)}.
Sample means for these samples: 3.5, 5.5, 7.
Mean of the sample means: (3.5+5.5+7)/3=5.33
Population mean = (2+5+9)/3=5.33
So, the sample mean is an unbiased estimate of the population mean.
Population variance:
The variance of the sampling distribution of means:
Comments