1
$\begingroup$

How do I minimize the mean square error of a weighted sum of two estimators?

Thanks in advance!

1 Answers 1

2

Since $d_1$ and $d_2$ are supposed to be unbiased, $\mathbb E[d] = \theta$ and $E[(d - \theta)^2] = \text{Var}(d)$. Since $d_1$ and $d_2$ are independent, $$\text{Var}(\alpha d_1 + (1-\alpha) d_2) = \text{Var}(\alpha d_1) + \text{Var}((1-\alpha) d_2) = \alpha^2 \sigma_1^2 + (1-\alpha)^2 \sigma_2^2$$

Now, can you minimize that?

  • 0
    Why $d_1$ and $d_2$ are independent?2017-02-27
  • 0
    The original version of the question said they were.2017-02-27
  • 0
    Oh, really! Thank you!2017-02-27