Bias, variance, consistency of estimators — define.
mediumAnswer
- Bias: E[θ̂] - θ.
- Variance: .
- (bias-variance decomposition).
- Consistency: θ̂_n → θ in probability as n → ∞.
- Unbiased ≠ consistent (unbiased with growing variance can be inconsistent); consistent ≠ unbiased (biased with vanishing bias can be consistent).
- MLE and MAP are typically consistent but biased for small n.
Check yourself — multiple choice
- Same thing
- Bias = E[θ̂] - θ; Var = spread; ; consistency = θ̂_n → θ as n → ∞ (independent of unbiased)
- Only MLE unbiased
- Not defined
; consistency = convergence to truth as n → ∞.
#estimation#theory
Practise Statistics Fundamentals
215 interview questions in this topic.