You are given a population of 3 elements , which are 3,4,5. Suppose all possible samples of size 2 are drawn from the population with replacement, compute for the following;
Mean of the sample means;
Variance of the sample means; and standard deviation of the sample means
1
Expert's answer
2022-05-17T23:09:18-0400
We have population values 3,4,5, population size N=3 and sample size n=2.
Mean of population (μ) = 33+4+5=4
Variance of population
σ2=nΣ(xi−xˉ)2=31+0+1=32
σ=σ2=32≈0.8165
Select a random sample of size 2 withreplacement. We have a sample distribution of sample mean.
The number of possible samples which can be drawn with replacement is Nn=32=9
Comments