Random samples of size N=2 are drawn from a finite population consisting of the number 5,6,7,8, and 9. Compute for the mean, Variance,and Standard deviation, and also the mean, Variance, and the Standard deviation of the sample mean
1
Expert's answer
2022-04-11T10:05:03-0400
The population mean:
μ=55+6+7+8+9=7.
The population variance:
σ2=∑(xi−μ)2⋅P(xi),
X−μ={5−7,6−7,7−7,8−7,9−7}=
={−2,−1,0,1,2},
σ2=(−2)2⋅51+(−1)2⋅51+02⋅51++12⋅51+22⋅51=2.
The population standard deviation:
σ=2=1.414.
The mean of the sampling distribution of sample means:
μxˉ=μ=7.
The variance of the sampling distribution of sample means:
σxˉ2=nσ2=22=1.
The standard deviation of the sampling distribution of sample means:
Comments