3

measurements x1, x2, x3 from three independent runs of an experiment with variance sigma-squared.

Which is the better estimator for the mean?

(x1+x2+x3)/3 or (x1+2x2+x3)/4

I am having trouble with this homework problem. I think the first one would be the better estimator because it is an actual mean. I have learned that the best point estimator for a sample population mean would be µ.

Now I need to justify this answer and I am stuck.

Please help!

SamHaim
  • 566
  • 1
  • 9
  • 16

1 Answers1

2

Both estimators are unbiased.

The variance of the first estimator is equal to $$\frac{1}{9}(\sigma^2+\sigma^2+\sigma^2)=\frac{\sigma^2}{3}.$$

The variance of the second estimator is $$\frac{1}{16}(\sigma^2+4\sigma^2+\sigma^2)=\frac{6\sigma^2}{16}.$$

The second estimator has larger variance than the first. Thus the first estimator is "better."

André Nicolas
  • 507,029