Model Fit (Intuition) Math Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
hardA model has in-sample but shows a fanning residual plot (residuals grow larger as increases). What problem does this reveal, and what are its consequences?
Solution
- 1 Fanning residuals = heteroscedasticity: variance of errors increases with predicted values
- 2 This violates regression assumption of constant variance (homoscedasticity)
- 3 Consequence 1: standard errors are incorrect, making hypothesis tests and confidence intervals unreliable
- 4 Consequence 2: predictions are less reliable for high values (where variance is largest)
- 5 Fix: transform y (e.g., log transform), use weighted least squares, or a robust regression method
Answer
Fanning residuals indicate heteroscedasticity โ standard errors and confidence intervals are invalid despite high .
A high does not mean all regression assumptions are satisfied. Heteroscedasticity is undetectable from alone but is visible in residual plots. It invalidates standard errors and inference, making it a serious problem despite good apparent fit.
About Model Fit (Intuition)
Model fit describes how closely a statistical model's predictions match the observed data โ measured by residuals, , or loss functions.
Learn more about Model Fit (Intuition) โMore Model Fit (Intuition) Examples
Example 1 easy
A scatter plot of weight vs. height shows points loosely scattered around a line. Two measures of fi
Example 2 mediumResidual plot for a linear model shows a clear U-shaped pattern. What does this indicate about the m
Example 3 easyThree models have [formula] values: Model A = 0.95, Model B = 0.50, Model C = 0.10. Rank them by goo