MAS-I · Extended Linear Models · Free Lesson

Analyze model diagnostic plots (e.g., residual, marginal model, QQ, and added variable plots) to assess quality of fit.

Free CAS MAS-I (Modern Actuarial Statistics I) lesson in Extended Linear Models. 16 min read, ~2,388 words.

A regression that produces a high can still fit badly. The coefficients summarize averages, but diagnostic plots reveal what those averages hide: curvature, heteroskedasticity, fat tails, and a handful of observations doing the heavy lifting.

What residuals are doing. Ordinary residuals are . Standardized residuals divide by an estimate of their standard deviation, so they should be roughly under the linear-model assumptions. Studentized (or deleted) residuals refit the model without observation before computing the residual, which is what you want when one point is suspected of distorting the fit.

The is the -th diagonal of the hat matrix . Points with high leverage shrink the raw residual mechanically; standardization corrects for that.

Residuals vs fitted values. Plot on the vertical axis and on the horizontal. You want a structureless horizontal band centered at zero. Three failure modes appear repeatedly.

HIGH-FREQUENCY: A U-shape or inverted U means the response is non-linear in at least one predictor. A funnel (variance growing with ) means heteroskedasticity.

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

When you see a funnel in residuals-vs-fitted plus heavy tails on the QQ plot, jump straight to a log transformation of or a gamma GLM; the same fix kills both problems. For binary or count GLMs, skip residuals-vs-fitted as your first diagnostic and go to marginal model plots, since the binary residual band tells you nothing.

The full lesson (about 2,388 words, 16 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free MAS-I lessons or jump into free MAS-I practice questions.