The average of random samples problem

5k Views Asked by At

the following is the problem that I am working on.

A random sample of size 16 is to be taken from a normal population having mean 100 and variance 4. What is the 90th percentile of the distribution of the sample mean $\overline{X}$ ?

This is what I understand so far.

Assuming independence of the samples, the mean of $\overline{X}$ is 100 and the variance is $1 \over 4$.

The 90th percentile of the normal curve, according to the table I was provided, was equal to 1.28 standard units above the mean, so my answer was $100+1.28(1/2)=100.64$ .

Would this be the correct answer?

Also, I assumed independence in this problem, but is there any reason why assuming that would be a natural thing to do? Is there a way to solve this problem assuming that the samples are actually dependent?

1

There are 1 best solutions below

0
On BEST ANSWER

That is correct.

The author of the question may have taken the phrase "random sample" to imply independence. In some cases the phrase "simple random sample" means sampling without replacement, which in some contexts would imply dependence, but with a normally distributed population it would not. It implies that only if the population is finite, and normality precludes that.