MAS-I · Extended Linear Models · Free Lesson

Understand and calculate AIC, BIC, deviance, and R-squared.

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

Two GLMs fit the same loss data. One has a lower deviance, the other a lower AIC, and a colleague quotes a third number called BIC that disagrees with both. The exam expects you to know exactly what each statistic measures, how to compute it, and which one to trust for the question at hand.

Log-likelihood is the starting fuel. Every fit statistic below is built from , the maximized log-likelihood. For Gaussian ordinary least squares (OLS) this is a function of SSE; for Poisson and binomial GLMs it has a clean closed form. You almost never compute from scratch on the exam. You take it as given and combine it with (parameter count, including the intercept and any dispersion parameter when stated) and (sample size).

Akaike Information Criterion (AIC). Trades fit against complexity.

The 2k penalty comes from a Kullback-Leibler approximation: adding a parameter improves fit, but only an improvement of at least 1 unit of log-likelihood justifies it. Lower AIC wins.

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 gives and asks for AIC and BIC together, compute once and add 2k and separately; the arithmetic almost always involves the same base. For Poisson and binomial GLM comparisons, jump straight to the deviance drop and compare against ; you rarely need to compute AIC unless the prompt asks.

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