MAS-II · Time Series with Constant Variance · Free Lesson

Understand the framework of ARIMA models (e.g., trends and seasonality).

Free CAS MAS-II (Modern Actuarial Statistics II) lesson in Time Series with Constant Variance. 15 min read, ~2,309 words.

Monthly auto-claim counts drift upward and spike every December. You need a forecasting model that handles the drift, the holiday spike, and the autocorrelation between consecutive months at once. That is the job ARIMA was built for.

Building blocks. Let be the backshift operator with and . Three operators do all the work:

The general ARIMA(p,d,q) model. Letting be white noise with mean zero and variance :

When you have a stationary ARMA(p,q). When the model is integrated of order , meaning itself is not stationary but is.

A linear deterministic trend becomes , which has constant mean . A stochastic trend (random walk with drift) is removed the same way.

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

Common mistakes

Bottom line

Exam shortcut

If the level ACF decays slowly and the differenced ACF has one negative spike then noise, default to ARIMA(0,1,1) with negative MA coefficient. If a monthly or quarterly series has a clear cycle, set seasonal first and re-identify; the airline model SARIMA(0,1,1)(0,1,1) is the right starting point unless evidence demands more terms.

The full lesson (about 2,309 words, 15 min read) adds 2 worked examples, all 7 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free MAS-II lessons or jump into free MAS-II practice questions.