AHL 4.13 (HL)—Non-linear regression

Syllabus
First assessment 2021
Objective
Level
HL

Non-linear regression is a model choice, not a curve-fitting guarantee

HL only

Regression estimates a relationship between explanatory and response variables. If a straight line leaves a systematic curve in the residuals, a non-linear model or transformation may represent the pattern better.

Choose a model from theory, residual behaviour and the observed range. A transformed linear model can simplify calculation, but the fitted relationship must be converted back before interpreting predictions in the original units.

A growth dataset may follow y=ab^x; plotting ln y against x can make the pattern linear and estimate a and b. A good fit inside the measured range still says little about values far outside it.

A high R² does not prove the model is causal or valid everywhere. Check residuals, outliers, units and extrapolation before trusting a forecast.

Technology may fit linear, quadratic, cubic, exponential, power and sine regressions. Compare models using residual plots, SSres=(yy^)2SS_{res}=\sum(y-\hat y)^2 and R2R^2, the proportion of response variability accounted for by that model. Smaller SSresSS_{res} or larger R2R^2 helps only for the same response data; neither overrides mechanism, residual pattern or extrapolation limits.