-1
$\begingroup$

I am doing this question on mean squared error, but I don't know how to do any of the parts.

This is the question:

enter image description here

Any help? Thanks!

  • 0
    This is three questions on the same topic. Do you have any ideas on any of the parts? Is anything known or assumed about the population distribution?2017-02-22

1 Answers 1

0

A small MSE means that on average $\hat{\theta}$ is close to $\theta$. Thus from this point of view it is a "good" estimator.

For the second question I'll just give you a hint: $\hat{\theta}-\theta = (\hat{\theta} - E(\hat{\theta})) + (E(\hat{\theta}) - \theta)$

The last question is a simple computation. Expand the square and use linearity of expectation. The only trick here is to see that $E[\bar{X}^2] = V(\bar{X}) + E[\bar{X}]$, which you can express in terms of $\mu$ and $V(X_1)$.

  • 0
    Thank you! My only question is when you say V, you mean variance correct?2017-02-22
  • 0
    Yes I mean the variance.2017-02-22