Cook's distance, leverage, DFBETAS — define.
hardAnswer
- Leverage : diagonal of hat matrix X'; measures how extreme is in X-space.
- Cook's distance: how much β̂ changes if point i is removed; > 4/n is a flag.
- ,j: change in β̂_j (in SE units) after removing i; > 2/√n flag.
- DFFITS: change in fitted value.
- All identify points that unduly drive the fit — investigate before dropping (often signal of a real edge case or a bug in the data pipeline).
Check yourself — multiple choice
- Random
- Leverage (X-space extremity), Cook's D (β̂ change on removal, > 4/n flag), DFBETAS (per-coef change), DFFITS (fitted-value change)
- Only mean
- Same as VIF
Influential-point diagnostics: leverage, Cook's D, DFBETAS, DFFITS.
#regression
Practise Statistics Fundamentals
215 interview questions in this topic.