
Tim D. answered 05/24/21
Experienced College Instructor & Tutor Specializing in Statistics
A sampling distribution is defined over ALL possible samples of size 16. If the sample size were more manageable, we would list ALL possible samples of size 16, but there are 8 elements to choose from, making 816 possible samples (over 281 trillion!) so that is not a method we want to use. Since we are sampling with replacement, we can generate a discrete probability distribution for the distinct values of X: {1,2,4,5,6}. The P(X=1) = 3/8, P(X=2)= 1/8, P(X=4) = 1/8, P(X=5) = 2/8, P(X=6) = 1/8, or in tabular form,
X P(X) X•P(X) X2 X2•P(X)
1 0.375 0.375 1 0.375
2 0.125 0.250 4 0.500
4 0.125 0.500 16 2.000
5 0.250 1.250 25 6.250
6 0.125 0.625 36 4.500
total 1.000 3.125 total "sum"
The mean of a discrete random variable is µ = ∑ (x • p(x)) = 3.125
The standard deviation is σ = Σ (x2 • p(x)) - µ2 = [you can fill this in now!] = "sum" - 3.1252
The variance is standard deviation squared.