Example 1 — Compare two models' gaps
EasyProblem
Actual values are . Model A predicts ; Model B predicts . Which fits better?
Solution
-
You are comparing predictions to actuals, so this is a model-fit judgment.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I comparing a model's predicted values to the actual observed values to judge the gap?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add up the sizes of the residuals (gaps) for each model.
The rule is chosen only after the structure matches, so the steps mean something.
-
Model A gaps: ; Model B gaps: .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — how close the line hugs the dots. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Model A fits better (smaller total residual)
Takeaway: The model with smaller residuals matches the data more closely.