A population consists of the four numbers 1,2,8 and 9. List all the possible sample of size n=2 which can be drawn without replacement from the population find the following:
a. Population mean
b. Population variance
c. Population standard deviation
d. Mean of the sampling distribution of sample means
e. Variance of the sampling distribution of sample means
f. Standard deviation of the sampling distribution of sample means
We have population values "1,2,8,9" population size "N=4," and sample size "n=2." Thus, the number of possible samples which can be drawn without replacement is
a.
b.
"Variance=\\sigma^2""=\\dfrac{1}{4}((1-5)^2+(2-5)^2+(8-5)^2"
"+(9-5)^2)=12.5"
c.
d.
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c:c}\n No & Sample & Mean \\\\ \\hline\n 1 & (1,2) & 1.5 \\\\\n \\hdashline\n 2 & (1,8) & 4.5 \\\\\n \\hdashline\n3 & (1,9) & 5 \\\\\n \\hdashline\n4 & (2,8) & 5 \\\\\n \\hdashline\n5 & (2,9) & 5.5 \\\\\n \\hdashline\n6 & (8,9) & 8.5 \\\\\n \\hdashline\n\\end{array}"The sampling distribution of the sample mean "\\bar{x}" and its mean and standard deviation are:
"E(\\bar{X})=\\sum\\bar{x}f(\\bar{x})=5"
e.
"Var(\\bar{X})=\\sigma_{\\bar{X}}^2=\\sum\\bar{x}^2f(\\bar{x})-(\\sum\\bar{x}f(\\bar{x}))^2""=\\dfrac{175}{6}-5^2=\\dfrac{25}{6}"
f.
Check
"E(\\bar{X})=5=\\mu""Var(\\bar{X})=\\dfrac{25}{6}=\\dfrac{\\sigma^2}{n}(\\dfrac{N-n}{N-1})=\\dfrac{12.5}{2}(\\dfrac{4-2}{4-1})"
Comments
Leave a comment