
Explore the fundamentals of time series for actuaries, covering stationary properties, auto and partial auto correlation, white noise, trends, seasonality, ARMA models, integration, volatility modeling, and practical R code.
Explore time series using cash, stock prices, and bond prices to see how observations over time reveal dependencies, enabling description, modeling, forecasting, out-of-control checks, and connections with other time series.
Explore stationary properties, including strictly and weakly stationary time series with constant mean and variance and lag-dependent covariance, and the Markov property, where the present predicts the future.
Explore the auto covariance function, its link to the mean function and variance, and how the auto correlation function and partial auto correlation function guide order regressive and moving average.
Explore white noise with zero mean and a spike at zero in the auto correlation function, and see how alternating, trending, and seasonal time series differ in decay.
Explore the ARIMA framework, detailing p, d, q, and how white noise underpins auto regressive, moving average, and integrated components. See how differencing restores stationarity.
Learn to test for stationary, transform nonstationary time series, and fit the prima model using differencing and trend removal, with diagnostic tests to forecast future data.
Explain how GARCH models measure volatility by modeling variance as omega plus alpha times lagged squared returns plus beta times lagged volatility, capturing volatility clustering.
Learn to install R and RStudio, set up XQuartz on Mac, and use the Institute and Faculty of Actuaries guide to install essential actuarial packages.
Master R basics for actuaries by installing packages, creating vectors, using sequences and loops, and writing functions with built-in stats such as mean and variance.
Create vectors, convert to matrices in R, and index rows and columns, including transpose and multiplication. Explore lists and data frames, and run linear and generalized linear models with distributions.
Use R to set the seed, simulate arima(1,0,0) data, plot labeled time series, and evaluate residuals, acf, and pacf to justify the model with diagnostics.
In this course we look at the theory of Time Series that one needs for the Actuarial Exams. We also then do a past paper question from the CS2B exam.
What is a Time Series?
The Stationary and Markov Property
Autocovariance and Autocorrelation functions
Partial Autocorrelation functions
White Noise and other common Time Series
ARIMA
Autoregressive
Integrated
Moving Average
Fitting Time Series to Data
GARCH models for measuring volatility
R Studio Past Exam Question
This course is provided by MJ the Fellow Actuary