Week 6: Exponential smoothing

What you will learn this week

  • Exponential smoothing methods with trend and seasonality
  • ETS models
  • Automatic model selection using the AICc

Pre-seminar activities

Read Sections 8.3-8.7 of the textbook and watch all embedded videos.

Tutorial exercises

NoteTutorial Learning Objectives
  1. Compare alternative ETS model structures.
    • Select and fit different ETS models (e.g., ETS(A,N,N) vs ETS(A,A,N)).
    • Evaluate and compare their fit (e.g., RMSE).
    • Interpret forecast differences and prediction intervals, and justify model choice based on empirical performance.
  2. Select and justify appropriate ETS models for seasonal data.
    • Able to identify when multiplicative seasonality (and optional damped trend) is necessary.
  3. Compare multiple forecasting methods using training/test splits and cross-validation.
    • Use training/test sets and cross-validation to fit and compare a range of methods (ETS, transformed ETS, seasonal naïve, STL + ETS).
  4. Evaluate ETS method and identify its limitations.
    • Apply ETS model, assess forecasting quality, and recognise cases where ETS may not perform well and explain why.

Assignments

  • GA2 is due on Tuesday 14 April.
  • IA3 is due on Friday 24 April.

Weekly quiz