Sampling Distributions
Sampling Distributions
● E(X)=$5, SD(X)=√[E(X2)-52]=9.43
(We already know how to find these)
Example: Dice Game (cont.)
● If you play the dice game 30 times, what is the
expected value and standard deviation of your
winnings? What is the probability you win at
least $200?
● Let S30=X1+X2+...+X30
● E(S30)=30*$5=$150
● SD(S30)=9.43*√30=51.65
● P(S30≥200)=normalcdf(200, 1000, 150, 51.65)
=.1665
Example: AP Scores
● A Teacher has a class of 68 students taking the
AP Physics test. Assuming they are typical of
the population, the result of whose scores are
given, what is the probability the average score
will be at least 3?
Score 1 2 3 4 5
Probability 21.5% 18.8% 24.7% 21.7% 13.3%
Example: AP Scores (cont.)
Score 1 2 3 4 5
Probability 21.5% 18.8% 24.7% 21.7% 13.3%
●
Then Let W=X+Y
2 2
●
W~N(μ +μ ,σ +σ )
X Y X Y
●
So the sum of two indpt. Normal random variables is
Normal, its mean is the sum of their means and its
variance is the sum of their variances.
●
Note: its sd is NOT the sum of their sds!!
Example: Comparing IQ Scores
IQ Scores are normally distributed. Students at
University A have IQ scores mean 130 and sd
6. At University B the mean is 120 and sd is 9. If
you compare a random student from each
university, what is the probability the IQ score
from the University A student will be higher by 5
points or more?
● IQ Scores from University A ~ μA=130 σA=6
● IQ Scores from University B ~ μB=120 σB=9
Example: IQ Scores (cont)
● Let A and B be the samples from these
populations. Let's define X=A-B, the difference
of their scores.
● E(X)=E(A-B)=130-120=10
● SD(X)=√Var(X)=√(Var(A)+Var(B))
=√(62+92)=10.8167
● So X ~ Normal with μX=10 σX=10.8167
● P(X≥5)=normalcdf(5, 100, 10, 10.8167)
=.678
Example: IQ Scores (cont)
Recall B~Normal with μ =120 σ =9. What is the
B B
probability the average of 3 University B students'
IQs is at least 125?
●
If B , B and B are the IQ scores of 3 univ. B
1 2 3
students, Let B=(B +B +B )/3
1 2 3
●
E(B)=120,
●
SD(B)=SD[ (B1+B2+B3)/3 ]
=SD(B1+B2+B3)/3=√3*9/3=5.1962
●
B~Normal μB=120 σB=5.1962 so
P(B≥125)=normalcdf(125,200,120,5.1962)=.1680
Example: IQ Scores (cont)
Say we want to compare the average of 3
random Univ. A students' IQ scores with the
average of 3 random students from Univ. B.
What is the probability the Univ. A students' avg
score is at least 5 points higher?
● First define A similar to B on the previous page,
and find A~Normal with μA=130 σA=3.4641.
● Define a new X=A-B. We know X will be
normal, so we just need its mean and standard
deviation.
Example: IQ Scores (cont)
● E(X)=E(A-B)=E(A)-E(B)=130-120=10
● SD(X)=SD(A-B)=√Var(A-B) =√[Var(A)+Var(B)]
=√(3.46412+5.19622) =6.245
●
So the probability the A students' avg IQ is at least
5 points higher than the B students is the same as
the probability X≥5.
●
Pr(X≥5)=normalcdf(5, 100, 10, 6.245)