Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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 Xi,t has a point intervention at time tint when the series is nonzero only at time tint, that is,

X_{i,t} = \cases{
 1,& t = t_{int}\cr
 0,& otherwise\cr
 }

Step Interventions

Step interventions are continuing, and the input time series flags periods after the intervention. For a Step intervention, before time tint, the ith intervention series Xi,t is zero and then steps to a constant level thereafter, that is,

X_{i,t} = \cases{
 1,& t \ge t_{int}\cr
 0,& otherwise\cr
 }

Ramp Interventions

A Ramp intervention is a continuing intervention that increases linearly after the intervention time. For a Ramp intervention, before time tint, the ith intervention series Xi,t is zero and increases linearly thereafter, that is, proportional to time.

X_{i,t} = \cases{
 t - t_{int},& t \ge t_{int}\cr
 0,& otherwise\cr
 }

Intervention Effect

Given the ith intervention series Xi,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-{ ... }-
 {\omega}_{i,q_{i}}B^{q_{i}}}{1-{\delta}_{i,1}B-{ ... }-
 {\delta}_{i,p_{i}}B^{p_{i}}}

where B is the backshift operator Byt = yt-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

interventions The notation used to describe intervention effects has the form type:tint(qi)/(pi), where type is Point, Step, or Ramp; tint is the time of the intervention (for example, OCT87); qi is the transfer function numerator order; and pi is the transfer function denominator order. If qi=0, the part "(qi)" is omitted; if pi=0, the part "/(pi)" is omitted.

In the Intervention Specification window, the Number of Lags option specifies the transfer function numerator order qi, and the Effect Decay Pattern option specifies the transfer function denominator order pi. In the Effect Decay Pattern options, values and resulting pi are: None, pi=0; Exp, pi=1; Wave, pi=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}.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.