X1,X2,...,Xn is a random sample drawn from a normal distribution with Xi∼N(μ,σ2) for all i. Then
σ/nXˉ−μ∼N(0,1) Using this probability distribution, we have
P(−z0.025<Z<z0.025)=0.95
P(−z0.025<σ/nXˉ−μ<z0.025)=0.95 95% CI for µ when σ2 known and drawing from a normally distributed population:
Xˉ−z0.025nσ≤μ≤Xˉ+z0.025nσ
Xˉ=60,σ=25=5,n=16,z0.025=1.96
60−1.96165≤μ≤60+1.96165
57.55≤μ≤62.45
Comments