How Does Sample Size Influence the Variance of the Sample Mean?

superwolf
Messages
179
Reaction score
0

Homework Statement



If all possible samples of size 16 are drawn from a normal population with mean equal to 50 and standard deviation equal to 5, what is the probability that a sample mean \bar{X} will fall in the interval from \mu_\bar{X} - 1.9 \sigma_\bar{X} to \mu_\bar{X}-0.4\sigma_\bar{X}?

2. The attempt at a solution

<br /> Z=\frac{\bar X - \mu}{\sigma /sqrt{n}}<br />
 
Physics news on Phys.org
You have all the information you need to

* Calculate the mean and standard deviation for the sampling distribution of \overline X

* Calculate the two endpoints

Find all the numbers I mention above, set up the probability statement, and
finish just as you would for any normal distribution problem.
 
Why is the variance smaller in a sample than in the whole population?
 
It isn't the fact that it is a sample, it is the effect averaging the observations has on the variance of the sample mean.

Remember that if X_1, X_2, \dots, X_n form a random sample from any (not just a normal) distribution that has variance \sigma^2, then for any constants

<br /> \text{Var}[\sum a_i X_i] = \sum a_i^2 \sigma^2 = \sigma^2 \sum a_i^2<br />

In the sample mean a_i = 1/n so, the variance of the sample mean is

<br /> \sigma^2 \sum \frac 1 {n^2} = \sigma^2 \frac{n}{n^2} = \frac{\sigma^2}{n}<br />
 
So if you have a large number of samples, the variance will be zero? Zero variance means that all samples are the same, right?
 
IF you happened to get a sample with all the numbers the same, the sample variance would be zero.

However the variance of the distribution of \overline X will never be zero, unless
1) The original population variance is zero - a highly artificial situation
2) The sample size is infinite - not possible
 
But the sample variance will be very small when the sample size is very large...I still don't understand why. Let's say that I sample the heights of newborn babies, assuming that their heights are normally distributed around 50 cm, and with a standard deviation of 3 cm. If I sample 1000 babies, will the sample variance then be infinitisimal? I would rather expect it to be close to the polulation variance of 3 cm...
 
superwolf said:
But the sample variance will be very small when the sample size is very large...I still don't understand why. Let's say that I sample the heights of newborn babies, assuming that their heights are normally distributed around 50 cm, and with a standard deviation of 3 cm. If I sample 1000 babies, will the sample variance then be infinitisimal? I would rather expect it to be close to the polulation variance of 3 cm...

I'm not sure where the "sample variance will be very small with the sample size is very large" comes from. The sample variance depends only on the numbers in the sample:
a) if the numbers in the sample are all the same, the sample variance will be zero
b) if the numbers in the sample are very nearly equal, the sample variance will be small (close to zero)
c) in general, if the sample size is large, and sampling has been correctly done, we expect the sample variance will be close to the population variance, as in your "baby example"

But the variance of the sample mean,

<br /> \frac {\sigma^2} n<br />

which you calculate when you use the CLT for probability, will be close to zero when
the sample size is large, simply because n occurs in the denominator
 
Back
Top