Exam SRM · Linear Models · Free Lesson

How GLM Approaches Differ from OLS

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Linear Models. 24 min read, ~3,570 words.

Ordinary least squares is unbiased but greedy: with many correlated predictors it overfits, and with non-linear structure it just plain misses. Regularization and k-nearest neighbors (KNN) are the two main escape hatches, and they trade different things for that escape.

OLS picks to minimize the residual sum of squares.

OLS is the best linear unbiased estimator (BLUE) under Gauss-Markov assumptions. It fails in three practical situations:

KEY: Regularization sacrifices unbiasedness on purpose to reduce variance. The decomposition is the whole motivation.

Ridge adds a squared-coefficient penalty to the residual sum of squares (RSS).

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

Common mistakes

Bottom line

Exam shortcut

If the question stem mentions "variable selection" or "sets coefficients to zero," answer lasso. If it mentions "shrinkage without selection" or "correlated predictors stay together," answer ridge. If it mentions "non-parametric," "no functional form," or "average of nearby points," answer KNN, and remember to flag the curse of dimensionality whenever the question gives a high with modest .

The full lesson (about 3,570 words, 24 min read) adds 2 worked examples, all 6 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.