Smoothing Model Calculations

The descriptions and properties of various smoothing methods can be found in Gardner (1985); Chatfield (1978); Bowerman and O’Connell (1979). The following section summarizes the smoothing model computations.

Given a time series ${\{ Y_{t} : 1 \le t \le n \} }$, the underlying model assumed by the smoothing models has the following (additive seasonal) form:

\[  Y_{t} = {\mu }_{t} + {\beta }_{t}t + s_{p}(t) + {\epsilon }_{t}  \]

where

${{\mu }_{t}}$

represents the time-varying mean term.

${{\beta }_{t}}$

represents the time-varying slope.

${s_{p}(t)}$

represents the time-varying seasonal contribution for one of the ${p}$ seasons.

${{\epsilon }_{t}}$

are disturbances.

For smoothing models without trend terms, ${{\beta }_{t}=0}$; and for smoothing models without seasonal terms, ${s_{p}(t)=0}$. Each smoothing model is described in the following sections.

At each time ${t}$, the smoothing models estimate the time-varying components described above with the smoothing state. After initialization, the smoothing state is updated for each observation using the smoothing equations. The smoothing state at the last nonmissing observation is used for predictions.

Smoothing State and Smoothing Equations

Depending on the smoothing model, the smoothing state at time ${t}$ consists of the following:

${L_{t}}$ is a smoothed level that estimates ${{\mu }_{t}}$.

${T_{t}}$ is a smoothed trend that estimates ${{\beta }_{t}}$.

${S_{t-j}}$, ${j=0, {\ldots }, p-1}$, are seasonal factors that estimate ${s_{p}(t)}$.

The smoothing process starts with an initial estimate of the smoothing state, which is subsequently updated for each observation by using the smoothing equations.

The smoothing equations determine how the smoothing state changes as time progresses. Knowledge of the smoothing state at time ${t-1}$ and that of the time series value at time ${t}$ uniquely determine the smoothing state at time ${t}$. The smoothing weights determine the contribution of the previous smoothing state to the current smoothing state. The smoothing equations for each smoothing model are listed in the following sections.

Smoothing State Initialization

Given a time series ${\{ Y_{t} : 1 \le t \le n \} }$, the smoothing process first computes the smoothing state for time ${t=1}$. However, this computation requires an initial estimate of the smoothing state at time ${t=0}$, even though no data exists at or before time ${t=0}$.

An appropriate choice for the initial smoothing state is made by backcasting from time ${t=n}$ to ${t=1}$ to obtain a prediction at ${t=0}$. The initialization for the backcast is obtained by regression with constant and linear terms and seasonal dummies (additive or multiplicative) as appropriate for the smoothing model. For models with linear or seasonal terms, the estimates obtained by the regression are used for initial smoothed trend and seasonal factors; however, the initial smoothed level for backcasting is always set to the last observation, ${Y_{n}}$.

The smoothing state at time ${t=0}$ obtained from the backcast is used to initialize the smoothing process from time ${t=1}$ to ${t=n}$ (Chatfield and Yar, 1988).

For models with seasonal terms, the smoothing state is normalized so that the seasonal factors ${S_{t-j}}$ for ${j=0, {\ldots }, p-1}$ sum to zero for models that assume additive seasonality and average to one for models (such as Winters method) that assume multiplicative seasonality.