- #1
emperorvinayak
- 2
- 0
Homework Statement
Suppose that:
E(X1) = μ, Var(X1) = 7,
E(X2) = μ, Var(X2) = 13,
E(X3) = μ, and Var(X3) = 20,
and consider the point estimates:
μˆ1 = X1/3 + X2/3 + X3/3
μˆ2 = X1/4 + X2/3 + X3/5
μˆ3 = X1/6 + X2/3 + X3/4 + 2
(a) Calculate the bias of each point estimate. Is anyone of
them unbiased?
(b) Calculate the variance of each point estimate. Which
one has the smallest variance?
(c) Calculate the mean square error of each point estimate.
Which point estimate has the smallest mean square
error when μ = 3?
Homework Equations
Var(μ) = [itex]\frac{1}{n-1}[/itex] [itex]\sum[/itex](xi -[itex]\bar{X}[/itex])2 from i=1 to n for unbiased
and
Var(μ) = [itex]\frac{1}{n}[/itex] [itex]\sum[/itex](xi -[itex]\bar{X}[/itex])2 from i=1 to n for biased
The Attempt at a Solution
I found out part a) pretty easily: I just replaced all the Xn values with μ and if it returned μ again, it was unbiased.
The problem I'm having with, is part B. I just don't know what to plug into the forumulae displaed above!
I tried plugging in the variance for each of the X values, subtracting what I assumed to be the mean of those values and squaring what I got. Then I divided it by n for unbiased (b and c)
This is what I did for b) as an example:
[itex]\frac{1}{3}[/itex]([itex]\frac{7}{3}[/itex]+[itex]\frac{13}{3}[/itex]+[itex]\frac{20}{3}[/itex])2
But the answer I'm getting is wrong. It was a wild shot anyway. I tried watching a few videos on Youtube to understand the concept and I think I get it. But it's the Variance OF the mean that's really bothering me.
After that, c) should be easy since all I have to do is to subtract the square of the bias from the variance I'm getting.