Confidence interval of a constant value

411 Views Asked by At

If W1,W2,... are i.i.d with N(0,σ2), where σ2 is unknown. Let Xi = m + Wi, where m is some constant. Suppose M10 = 8.5 and S10 = 2. Find the 95% confidence interval for m.

What I've tried:

Since the sample mean of Wi is going to be 0, and since the sample mean of Xi is 8.5, then the confidence interval is going to be 8.5 $\pm$ (1.96$\frac 2 {\sqrt{10}})$. This isn't the correct answer, and I'm not sure what I'm doing wrong here. Can someone help me out here?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

$$ \frac{M_{10} - m}{\sigma/\sqrt{10}} \sim N(0,1) $$ Therefore $$ \Pr\left( -1.96 < \frac{M_{10}-m}{\sigma/\sqrt{10}} < 1.96 \right) = 0.95, $$ and so $$ \Pr\left(M_{10} - 1.96\cdot \frac \sigma{\sqrt{10}} < m < M_{10} + 1.96 \cdot\frac\sigma {\sqrt{10}} \right) = 0.95. $$ But $\sigma$ is unknown. $$ \frac{M_{10} - m}{S_{10}/\sqrt{10}} \sim t_9 $$ (Student's t-distribution with $9$ degrees of freedom.) $$ \Pr\left( -2.262 < \frac{M_{10}-m}{S_{10}/\sqrt{10}} < 2.262 \right) = 0.95 $$ $$ \Pr\left( M_{10} - 2.262\cdot \frac {S_{10}} {\sqrt{10}} < m < M_{10} + 2.262\cdot\frac {S_{10}} {\sqrt{10}} \right) = 0.95 $$