Univariate Time Series Analysis - Seasonal Patterns and Methods
Topic 4: Univariate Methods II - Seasonal Patterns
Seasonal Patterns
Defined as recurring patterns that occur within a known fixed time frame or periodicity.
Commonly related to the calendar year, such as quarters or months (e.g., influenced by weather).
May also apply to other time frames like days of the week or hours of the day.
Each season or subperiod has a known and fixed duration.
Agenda Overview
4.1 Time-Series Components
4.2 Purely Seasonal Series
4.3 Decompositions
4.4 Holt-Winters Methods
4.1 Time-Series Components
General Concept
Decompose original data into three components:
: Original time-series data.
: Trend cycle component capturing long-term changes.
: Seasonal component capturing recurrent patterns.
: Random error component representing random fluctuations.
Note: The cyclical component is combined with the trend.
Types of Decompositions
Additive Model:
Mixed Additive-Multiplicative Model:
Purely Multiplicative Model:
The multiplicative model can be converted to an additive model via log transformation.
4.2 Purely Seasonal Series
Characterization
No trend cycle component present.
For an additive model, it follows:
Forecasting Method
Generate forecasts for each season separately.
Example: One would forecast April 2025 temperature using data solely from April in previous years.
Methods include simple average, moving average, and exponential smoothing.
Seasonal Exponential Smoothing (SES)
Formally defined as:
Here, denotes the seasonal smoothing parameter.
4.3 Decompositions
Additive Decomposition: Main Steps
Estimate trend by averaging out seasonality.
Calculate a detrended series by subtracting trend from original data.
Estimate seasonal components via seasonal averages of the detrended series.
Obtain the deseasonalized series and forecasts by adding back the seasonal component to the deseasonalized forecast.
Formal Approach for Additive Decomposition
Use moving averages to estimate trends:
Detrended series:
Seasonal means by averaging the detrended series across each season.
4.4 Holt-Winters Methods
Basic Idea and Notation
Integrate Local Level Exponential Smoothing (LES) with seasonal component.
Notation:
: Local level at time t
: Slope of linear trend at time t
: Seasonal component at time t
: Number of seasons
4.4.1 Additive Holt-Winters Method
Forecasting Equations
One-step-ahead forecast:
Forecast error:
Updating Schemes
Level update:
Trend update:
Seasonal update:
4.4.2 Multiplicative Holt-Winters Method
Techniques for forecasting and updating are similar, using multiplicative adjustments.
Ensure to adjust for seasonal fluctuations when they're relative to the level of the series.
This structured note encapsulates various aspects of univariate methods for seasonal time-series analysis, highlighting key components, methods, and forecasts techniques while detailing decomposition methodologies.