A2oz

What is the difference between additive and multiplicative models of time series analysis?

Published in Time Series Analysis 3 mins read

The main difference between additive and multiplicative models lies in how they account for the seasonal component of a time series.

Additive Model

In an additive model, the time series is decomposed into four components:

  • Trend: The long-term direction of the data.
  • Seasonality: The cyclical pattern that repeats over a fixed period.
  • Cyclical: The pattern that repeats over a longer period than seasonality.
  • Irregular: The random fluctuations that cannot be explained by the other components.

The components are added together to get the final time series value:
Time Series = Trend + Seasonality + Cyclical + Irregular

For example, in an additive model for monthly ice cream sales, the seasonal component would be added directly to the trend component to get the final sales value for each month.

Multiplicative Model

In a multiplicative model, the components are multiplied to get the final time series value:
*Time Series = Trend Seasonality Cyclical Irregular**

This means that the seasonal component is multiplied by the trend component, and so on. This implies that the impact of the seasonal component is proportional to the level of the trend component.

For example, in a multiplicative model for monthly ice cream sales, the seasonal component would be multiplied by the trend component to get the final sales value for each month.

Choosing the Right Model

The choice between additive and multiplicative models depends on the nature of the data.

Additive models are appropriate when the seasonal variation is constant over time, regardless of the level of the trend.

Multiplicative models are appropriate when the seasonal variation increases with the level of the trend.

Examples

  • Additive Model: Monthly sales of winter coats. The seasonal variation is roughly the same regardless of the overall sales trend.
  • Multiplicative Model: Monthly sales of ice cream. The seasonal variation is higher in the summer months when the overall sales trend is also higher.

Practical Insights

  • Understanding the underlying structure of a time series helps to make more accurate forecasts.
  • Choosing the right model is crucial for obtaining meaningful results.
  • Data visualization can help to identify the appropriate model.

Related Articles