MAS-I · Extended Linear Models · Free Lesson

Distinguish among categorical, ordinal, and continuous predictors and their interactions, and how these relate to their usage in an extended linear model.

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

A pricing analyst tosses driver age, vehicle class, and a five-point body-style rating into the same GLM and watches the design matrix swell from 8 columns to 47. Predictor type drives that explosion, and choosing the wrong type silently breaks coefficients, inference, and forecasts.

The three predictor types. An extended linear model (ELM) writes a linear predictor

The columns are what you control. How a raw variable becomes a column depends on whether it is continuous, categorical, or ordinal.

Continuous predictors. A continuous predictor (driver age in years, vehicle weight in kilograms, prior claim count treated as a number) enters as a single numeric column. The fitted coefficient is the change in the linear predictor per one-unit increase in , holding everything else fixed. One column, one slope, one degree of freedom.

The implicit assumption is linearity on the link scale. If the true effect of age on log-frequency is U-shaped, a single slope averages the rise and the fall and reports...

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

Common mistakes

Bottom line

Exam shortcut

When a problem hands you a predictor and asks how it enters the design matrix, count levels first: continuous gives 1 column, categorical with levels gives , and ordinal forces an encoding decision you should justify in one sentence. For any interaction question, compute df as the product of the parts: continuous-by-continuous is 1, categorical-by-continuous is , categorical-by-categorical is .

The full lesson (about 2,514 words, 17 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.