ActuarialExam SRMLinear Models
Exam SRM topic · 40–50% of exam

Linear Models

Ordinary least squares regression, generalized linear models, variable selection, and regularization techniques.

Per-objective worked-example outlines

For each learning objective on Linear Models, here is the approach an exam item would test — the setup, the ordering of your reasoning, and the formula or identity you need to bring to the page. Approaches, not full solutions, by design. Verify against the current soa.org syllabus before your sitting.

Fit and interpret ordinary least squares regression models

Setup

A regression output with coefficients, standard errors, R^2, and residual plots is given, and you must interpret coefficients, evaluate fit, and check assumptions.

Approach

Read each coefficient as the change in expected response per unit change in the predictor, holding other predictors fixed. Check t-statistics for significance and the F-statistic for overall fit. Evaluate residual plots for linearity, homoscedasticity, normality, and independence. Beware multicollinearity when correlated predictors yield large standard errors.

Key identity

β̂ = (X^T X)^{-1} X^T y; R^2 = 1 - RSS / TSS.

Apply generalized linear models with different link functions and response distributions

Setup

A response variable does not look normal (count, binary, positive-skewed) and you must choose a GLM and interpret its coefficients.

Approach

Pick the distribution to match the response (Poisson for counts, binomial for binary, gamma for positive skewed) and the link function for interpretability. Log link gives multiplicative effects; logit gives log-odds. Fit by IRLS and interpret coefficients on the link scale (or exponentiate for multiplicative effects). Check fit with deviance and Pearson residuals.

Key identity

g(E[Y]) = X β; common links: identity (normal), log (Poisson), logit (binomial).

Use variable selection methods including forward, backward, and stepwise selection

Setup

A model has many candidate predictors and you must apply a variable selection procedure to choose a parsimonious subset.

Approach

Forward: start with no predictors, add the one that most improves a criterion (AIC, BIC) at each step. Backward: start with all predictors, remove the one whose removal most improves the criterion. Stepwise: combine adding and removing at each step. Penalty terms differ: BIC penalizes complexity more heavily than AIC, yielding sparser models.

Key identity

AIC = 2k - 2 ln L; BIC = k ln(n) - 2 ln L. Lower is better.

Apply regularized regression including ridge, lasso, and elastic net

Setup

A high-dimensional regression is unstable due to multicollinearity, and you must apply a regularization method.

Approach

Ridge: add λ Σ β_j^2 to the loss — shrinks coefficients toward zero but rarely to exactly zero. Lasso: add λ Σ |β_j| — produces sparse solutions where some coefficients are exactly zero. Elastic net: combines both penalties for grouping correlated predictors while inducing sparsity. Tune λ via cross-validation.

Key identity

Ridge: L2 penalty (shrinkage). Lasso: L1 penalty (sparsity). Elastic net: convex combination.

Common exam traps on Linear Models

Recurring patterns where candidates lose points on Linear Models-style items. Each entry pairs the trap with the fix.

Trap

Interpreting a coefficient as a marginal change without holding other variables fixed.

Fix

OLS coefficients are partial effects, not unconditional effects.

Trap

Using identity link with a Poisson response and getting negative predictions.

Fix

Use log link for non-negative responses; identity link works only when predictions can be negative.

Trap

Treating ridge regression as performing variable selection.

Fix

Ridge shrinks but does not zero out; for selection, use lasso or elastic net.

Trap

Forgetting to standardize predictors before regularization.

Fix

Penalties depend on the scale of β; standardize so the penalty applies fairly across predictors.

Where to find Linear Models in popular manuals

Pointers to where each major vendor covers this topic, so you can grab the right chapter without combing the full manual. We do not reproduce vendor content — just the location. Chapter and lesson numbers shift between editions; use these as a guide, not as a citation.

ACTEX

Linear models and GLM chapters, plus regularization subchapter

Coaching Actuaries

Learn modules on Linear Models; Adapt category "Linear Models / GLMs"

The Infinite Actuary

Linear models and GLM video block

7-day Linear Models micro plan

A focused 7-day sub-schedule for Linear Models specifically, at roughly 1.5–2.5 hours per day. Drop it inside your full Exam SRM plan as a single coverage module.

Day 1

Read the OLS chapter; build flashcards on coefficient interpretation, R^2, residual diagnostics.

Day 2

Drill 15 OLS problems including multicollinearity and interaction terms.

Day 3

Read the GLM chapter; build flashcards on link functions and distribution families.

Day 4

GLM drills — 12 problems including logistic and Poisson regression interpretation.

Day 5

Variable selection — 10 problems comparing AIC, BIC, and stepwise procedures.

Day 6

Regularization — 10 problems on ridge, lasso, and elastic net including λ tuning.

Day 7

Mixed 25-question timed drill; re-do flagged problems and rebuild the linear models summary.

How exclam.ai helps you master Linear Models

Flashcards from your manual

Upload your ACTEX Exam SRM digital edition, scanned ASM pages, TIA handouts, or your own notes. exclam.ai extracts the Linear Models sections and generates flashcards automatically, tuned to the exam traps above.

Worked-example drilling

Each per-objective approach above maps to a quiz template. exclam.ai re-surfaces missed items until you can recall both the setup and the key identity from cold.

FSRS spaced repetition

Because Linear Models is 40–50% of your exam, losing it during review costs you. FSRS brings it back at the optimal moment.

Linear Models in the Exam SRM context

SOA Exam SRM has 5 topic areas. Linear Models is weighted at approximately 40–50% of the exam, here is where it sits relative to the other topics.

Topic areaWeight
Basics of Statistical Learning7–13%
→ Linear Models40–50%
Decision Trees20–25%
Principal Components and Cluster Analysis5–10%
Time Series Models5–10%

Start practicing Linear Models today

Upload your ACTEX Exam SRM digital edition, scanned ASM pages, TIA handouts, or your own notes. exclam.ai generates a fully guided study plan with adaptive flashcards and quizzes for this topic.

See pricing