Exam SRM · Linear Models · Free Lesson

OLS vs GLM: Model Assumptions

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Linear Models. 30 min read, ~4,521 words.

An insurer fits a straight-line model to claim counts and gets negative predictions. The fix is not a better straight line; it is recognizing that OLS and GLMs rest on different assumption sets, and counts belong to the GLM world.

Ordinary least squares fits the model

That single equation packs five assumptions, traditionally labeled with the acronym LINE-M: Linearity of the mean, Independence of errors, Normality of errors, Equal variance (homoscedasticity), and no perfect Multicollinearity among predictors.

KEY: OLS does not assume the predictors are normal. It assumes the errors are normal. The X columns can be skewed, binary, or categorical.

Estimation in OLS. The coefficient vector minimizes the residual sum of squares,

Under the LINE-M assumptions, is the Best Linear Unbiased Estimator (Gauss-Markov) and, with normality added, the maximum likelihood estimator as well.

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

Common mistakes

Bottom line

Exam shortcut

If the response is a count or a 0/1 indicator, OLS is wrong before you read the rest of the prompt; pick the matching GLM (Poisson or binomial). If a question asks "what does a GLM relax compared to OLS?" the three-word answer is distribution, variance, link.

The full lesson (about 4,521 words, 30 min read) adds 5 worked examples, all 9 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free Exam SRM lessons or jump into free Exam SRM practice questions.