A population consists of the four numbers: 2, 3, 6, and 9. You have to consider all possible samples of size 2 that can be drawn from this population. Find the following:
a. the mean of the population;
b. the standard deviation of the mean of the population;
c. the mean of the sampling distribution of the sample means; and
d. the standard deviation of the sampling distribution of the sample means.
1
Expert's answer
2021-03-11T06:23:43-0500
(a),(b). Compute the mean and the standard deviation of the population.
E[X]=(2+3+6+9)/4=5
E[X2]=(22+32+62+92)/4=32.5
Var[X]=E[X2]−E[X]2=32.5−25=7.5
σ(X)=Var[X]=7.5=2.7386
Now we list all samples of size 2 and compute the mean for each sample.
Comments