Practice Model Fit (Intuition) in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
Model fit describes how closely a statistical model's predictions match the observed data โ measured by residuals, , or loss functions.
Does the model's predictions match reality? Good fit = close match.
Showing a random 20 of 50 problems.
Example 1
mediumObservations , predictions . Compute the residual sum of squares (SSR) and mean absolute residual (MAR).
Example 2
mediumResidual plot for a linear model shows a clear U-shaped pattern. What does this indicate about the model, and what should be done?
Example 3
mediumObserved values , predictions . Compute the mean absolute residual.
Example 4
hardData with model . Compute SSR.
Example 5
medium and SSR on data with total sum of squares (SST) . Verify .
Example 6
hardData with model . Compute SSR and (mean of is , SST is ).
Example 7
mediumA residual plot shows a clear U-shape (curve). What does this tell you about a linear model's fit?
Example 8
easyA model fits the training data closely but predicts new data poorly. Good fit or misleading fit?
Example 9
hardWhy can be negative when comparing a model against the mean baseline?
Example 10
challengeYou have points and fit a polynomial of degree . Predict the training and explain why test will be catastrophic.
Example 11
mediumModel A: train , test . Model B: train , test . Which generalizes better?
Example 12
challengeTwo models tie on training at . Model A uses predictors; Model B uses . Which would you pick and why?
Example 13
mediumModel A has with patternless residuals; Model B has with strongly patterned residuals. Which fits better?
Example 14
challengeWith data points : and model , find giving a perfect fit, and state the SSR.
Example 15
challengeData with model . Compute SSR, then given total sum of squares (about the mean 4) is 8.
Example 16
mediumTwo models: simple line with test error 5, complex curve with test error 8. On generalization, which fits better?
Example 17
easyA scatter plot of weight vs. height shows points loosely scattered around a line. Two measures of fit are given: and residuals with SD = 8 kg. Interpret both measures.
Example 18
mediumA scatter plot shows points clustered tightly along a curve, but the linear model's . What does this say?
Example 19
easySum of squared residuals for a model is 0. What does that say about the in-sample fit?
Example 20
easyA model has . What does this mean?