Forecasting Process Details


Intervention Effects

Interventions are used for modeling events that occur at specific times. That is, they are known changes that affect the dependent series or outliers.

The ith intervention series is included in the output data set with variable name _INTVi _, which is a reserved variable name.

Point Interventions

The point intervention is a one-time event. The ith intervention series ${X_{i,t}}$ has a point intervention at time ${t_{int}}$ when the series is nonzero only at time ${t_{int}}$—that is,

\[ X_{i,t} = \begin{cases} 1,& t = t_{int} \\ 0,& otherwise \end{cases} \]

Step Interventions

Step interventions are continuing, and the input time series flags periods after the intervention. For a step intervention, before time ${t_{int}}$, the ith intervention series ${X_{i,t}}$ is zero and then steps to a constant level thereafter—that is,

\[ X_{i,t} = \begin{cases} 1,& t \ge t_{int} \\ 0,& otherwise \end{cases} \]

Ramp Interventions

A ramp intervention is a continuing intervention that increases linearly after the intervention time. For a ramp intervention, before time ${t_{int}}$, the ith intervention series ${X_{i,t} }$ is zero and increases linearly thereafter—that is, proportional to time.

\[ X_{i,t} = \begin{cases} t - t_{int},& t \ge t_{int} \\ 0,& otherwise \end{cases} \]

Intervention Effect

Given the ith intervention series ${X_{i,t}}$, you can define how the intervention takes effect by filters (transfer functions) of the form

\[ {\Psi }_{i}({B})=\frac{1-{\omega }_{i,1}{B}-{\ldots }- {\omega }_{i,q_{i}}{B}^{q_{i}}}{1-{\delta }_{i,1}{B}-{\ldots }- {\delta }_{i,p_{i}}{B}^{p_{i}}} \]

where ${{B}}$ is the backshift operator ${{B}y_{t} = y_{t-1}}$.

The denominator of the transfer function determines the decay pattern of the intervention effect, whereas the numerator terms determine the size of the intervention effect time window.

For example, the following intervention effects are associated with the respective transfer functions.

Immediately

${{\Psi }_{i}({B})=1}$

Gradually

${{\Psi }_{i}({B})=1 / (1 -{\delta }_{i,1}{B})}$

1 lag window

${{\Psi }_{i}({B})=1 - {\omega }_{i,1}{B}}$

3 lag window

${{\Psi }_{i}({B})=1 - {\omega }_{i,1}{B} - {\omega }_{i,2}{B}^{2} - {\omega }_{i,3}{B}^{3} }$

Intervention Notation

The notation used to describe intervention effects has the form type :t$_{int}$ (q$_{i}$)/(p$_{i}$), where type is point, step, or ramp; t$_{int}$ is the time of the intervention (for example, OCT87); q$_{i}$ is the transfer function numerator order; and p$_{i}$ is the transfer function denominator order. If ${q_{i}=0}$, the part "(q$_{i}$)" is omitted; if ${p_{i}=0}$, the part "/(p$_{i}$)" is omitted.

In the Intervention Specification window, the Number of Lags option specifies the transfer function numerator order q$_{i}$, and the Effect Decay Pattern option specifies the transfer function denominator order p$_{i}$. In the Effect Decay Pattern options, values and resulting p$_{i}$ are: None, ${p_{i}=0}$; Exp, ${p_{i}=1}$; Wave, ${p_{i}=2}$.

For example, a step intervention with date 08MAR90 and effect pattern Exp is denoted "Step:08MAR90/(1)" and has a transfer function filter ${{\Psi }_{i}({B})=1 / (1-{\delta }_{1}{B})}$. A ramp intervention immediately applied on 08MAR90 is denoted "Ramp:08MAR90" and has a transfer function filter ${{\Psi }_{i}({B})=1}$.