Exam SRM · Time Series Models · Free Lesson

Time Series Models: Smoothing, AR, and ARCH

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Time Series Models. 26 min read, ~3,868 words.

A time series is just a regression where the predictor is the past of the response itself. Pick the wrong memory structure and the residuals leak signal you should have captured.

A series is weakly stationary when its mean, variance, and autocovariances do not depend on time. AR and ARCH models assume stationarity. If a series trends, difference it: . If variance grows with level, take logs.

KEY: "Stationary" does not mean "constant." It means the statistical properties are time-invariant. A noisy series oscillating around a fixed mean is stationary; a series drifting upward is not.

Simple exponential smoothing (SES) forecasts the next value as a weighted average of the most recent observation and the previous forecast.

Expanding the recursion shows the geometric decay:

The weights sum to one and decay geometrically. With , the most recent point gets weight 0.30, the next 0.21, then 0.147, fading fast.

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

Common mistakes

Bottom line

Exam shortcut

When the prompt asks "what comes next" with one smoothing constant and a starting value, it is simple exponential smoothing; iterate . If the constant is given as weighting the prior smoothed value (the Frees and SOA sample-question convention), set first. When the prompt gives lag coefficients on , it is AR; compute and use for the long-run mean.

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