Lec3_estimatorproperties (1)
Lec3_estimatorproperties (1)
1
Slides adapted from lectures by Prof. Jerry Reiter
Properties of Estimators
▶ Ideally, your shots are tightly clustered around the target: your
shooting is unbiased with low variance.
▶ Very unfortunately, your shots are systematically far from the
target and spread all over the place: your shooting is biased
with high variance.
▶ It might be acceptable if your shots are tightly clustered
around a value close to the target: your shooting has a small
bias and small variance.
Conceptual Picture of Bias and Variance Part 3
Mapping this to Estimation
n
X n
X
2
(Yi − Ȳ ) = (Yi2 − 2Yi Ȳ + Ȳ 2 )
i=1 i=1
n
X n
X n
X
= Yi2 − 2Yi Ȳ + Ȳ 2
i=1 i=1 i=1
Properties of MLE of σ 2 for Normal Distribution, Part 3
n n
! !
X X
2
E (Yi − Ȳ ) /n = (1/n)E Yi2 − nȲ 2
i=1 i=1
n
!
X
= (1/n)E Yi2 − (1/n)E(nȲ 2 )
i=1
n
X
= (1/n) E(Yi2 ) − E(Ȳ 2 ).
i=1
Properties of MLE of σ 2 for Normal Distribution, Part 5
n
X n
X
(1/n) E(Yi2 ) 2
− E(Ȳ ) = (1/n) (σ 2 + µ2 ) − (σ 2 /n + µ2 )
i=1 i=1
= (1/n)(n(σ 2 + µ2 )) − (σ 2 /n + µ2 )
= σ 2 + µ2 − (σ 2 /n + µ2 )
= σ 2 − σ 2 /n
= ((n − 1)/n) · σ 2 ̸= σ 2 .
Conclusion....
Pn
▶ So, the MLE σ̂ 2 = i=1 (Yi − Ȳ )2 /n is biased for σ 2 .
▶ What if we correct by multiplying σ̂ 2 by n/(n − 1) ?
n
n X
ŝ 2 = σ̂ 2 · = (Yi − Ȳ )2 /(n − 1)
n−1
i=1
At the same time Var [θ̂ − θ] = Var [θ̂] Thus the mean squared
error (MSE) of θ̂ wrt θ is