scoresvideos
Intro to Time Series
Table of Contents

Time series often show repeating patterns called seasonality. These patterns can be yearly, quarterly, monthly, or weekly, caused by factors like weather, holidays, or business cycles. Recognizing and accounting for seasonality is crucial in analysis and forecasting.

Seasonality can be additive (constant effect) or multiplicative (proportional effect). Identifying the type and periodicity is key for proper modeling. Ignoring seasonality can lead to biased estimates and poor forecasts, so it's essential to use appropriate adjustment techniques and forecasting models.

Seasonality in Time Series

Seasonality in time series

  • Refers to regular, predictable patterns that repeat over fixed periods (yearly, quarterly, monthly, weekly)
  • Caused by factors consistently influencing data at specific times
    • Weather patterns (summer heat waves, winter snowfall)
    • Holidays (Christmas sales, Thanksgiving travel)
    • School schedules (back-to-school shopping, summer breaks)
    • Business cycles (quarterly financial reporting, annual budgets)
  • Common characteristic of many time series datasets
  • Essential to identify and account for in analysis and forecasting
  • Ignoring can lead to inaccurate conclusions and predictions
    • Overestimating or underestimating trends
    • Misinterpreting relationships between variables

Recognition of seasonal patterns

  • Visually identified in time series plots
    • Regularly repeating peaks and troughs suggest seasonality
    • Distance between consecutive peaks or troughs indicates periodicity
      • Peaks every 12 months suggest yearly seasonal pattern
  • Common periodicities:
    • Yearly: similar patterns every 12 months (holiday sales, tax seasons)
    • Quarterly: repeating patterns every 3 months (financial reporting, sports seasons)
    • Monthly: consistent pattern each month (utility usage, retail sales)
    • Weekly: recurring pattern every 7 days (restaurant traffic, TV viewership)
  • Identifying periodicity crucial for selecting appropriate modeling and adjustment techniques
    • Yearly seasonality requires different approach than weekly seasonality
    • Misspecifying periodicity can lead to ineffective seasonality handling

Additive vs multiplicative seasonality

  • Additive seasonal patterns:
    • Magnitude of seasonal effect constant over time
    • Seasonal component added to trend and irregular components
    • Modeled using equation: $Y_t = T_t + S_t + I_t$
      • $Y_t$: Observed value at time $t$
      • $T_t$: Trend component at time $t$
      • $S_t$: Seasonal component at time $t$
      • $I_t$: Irregular component at time $t$
    • Example: fixed increase in sales during holiday months
  • Multiplicative seasonal patterns:
    • Magnitude of seasonal effect varies proportionally with series level
    • Seasonal component multiplied by trend and irregular components
    • Modeled using equation: $Y_t = T_t \times S_t \times I_t$
    • Example: percentage increase in sales during holiday months
  • Identifying seasonal pattern type essential for selecting appropriate adjustment and modeling method
    • Additive seasonality requires different approach than multiplicative seasonality
    • Misspecifying pattern type can lead to ineffective seasonality handling

Impact of seasonality on forecasting

  • Can significantly influence time series analysis and forecasting results
    • Ignoring can lead to biased estimates of trends and relationships
    • Seasonal patterns can obscure underlying trends and long-term changes
  • Seasonality adjustment techniques remove seasonal component from data
    • Seasonal decomposition methods (Census X-13, STL) separate seasonal, trend, and irregular components
    • Seasonally adjusted data allows more accurate analysis of trends and relationships
  • Forecasting models should incorporate seasonality for improved prediction accuracy
    • Seasonal ARIMA (SARIMA) models explicitly account for seasonal patterns
    • Exponential smoothing methods (Holt-Winters) capture and forecast seasonal patterns
  • Failing to account for seasonality can result in suboptimal predictions and decision-making
    • Overestimating or underestimating future values
    • Misallocating resources based on inaccurate projections