MSE(b) = E[(b - b)2]
Expand the quadratic expression
E[(b - b)2] = E[b2 - 2bb + b2]
= E[b2] - 2E[b]b + b2
What am I trying to get?
Bias(b)2 = (E[b] - b)2 = (E[b])2 - 2E[b]b + b2
Var[b] = E[(b- E[b])2] = E[b2] - (E[b])2 (show this)
So, to get what I want I just add and subtract (E[b])2
E[(b - b)2] = E[b2] + {-(E[b])2 + (E[b])2}- 2E[b]b + b2
= {E[b2] - (E[b])2} + {(E[b])2 - 2E[b]b + b2}
= Var[b] + Bias(b)2
Sci = (Sxi)/Sxi2
is the sum of the deviations from the mean divided by a constant; but the sum of the deviations from the mean is zero.
The numerator of SciXi is SxiXi
This is the same as Sxi(Xi - Xbar), since subtracting XbarSxi is the same as subtracting zero.
This is the same as Sxi2, which is the same as the denominator of SciXi
Hence SciXi = 1
Sure, move all constants outside the expected value operator
E[(b - b)/sb] = E[b]/sb - b/sb
= b/sb - b/sb= 0
The key is to note that the term after the minus sign is a constant; constants don't vary.
var[(b - b)/sb] = var[(1/sb)*b]
Recall that for a random variable X, var[aX] = a2var[X]. Treat (1/sb) as the constant a:
var[(1/sb)*b] = var[b]*(1/sb)2
= sb2*(1/sb)2 = 1
Pr(Z>1.29) = .098
Pr(b>1) = Pr(Z > (1-(-2))/3 ) = Pr(Z>1) = .159