|
Chapter Contents |
Previous |
Next |
| The ARIMA Procedure |
You can use the OUTLIER statement to detect changes in the level of the response series that are not accounted for by the currently estimated model. The types of changes considered are Additive Outliers (AO), Level Shifts (LS), and Temporary Changes (TC).
Let
be a regression variable describing some type of change in the mean response. In time series
literature
is called a shock signature.
An additive outlier at some time point i corresponds to a shock signature
such that
and
is 0.0 at all other points. Similarly a permanent level shift originating at time i has a shock
signature such that
is 0.0 for t < i and 1.0 for
. A temporary level shift of duration d
originating at time i will have
equal to 1.0 between i and i+d and 0.0 otherwise.
Suppose that the preceding ESTIMATE statement has the ARIMA model

The problem of detection of level shifts in the OUTLIER statement is formulated as a problem of sequential selection of
shock signatures that improve the model in the ESTIMATE statement. This is similar to the forward selection process
in the stepwise regression procedure. The selection process starts with
considering shock signatures of the type specified in the TYPE= option, originating at each non-missing
measurement. This involves testing
versus
in the model

The precise details of the testing procedure for a given shock signature
are as follows:
The preceding testing problem is equivalent to testing
versus
in the following "regression with ARMA errors" model

In this setting, under H0, N = ( N1, N2, ... , Nn )T is a mean zero Gaussian vector with
variance covariance matrix
. Here
is the variance of the white noise process
at and
is the variance covariance matrix associated with the ARMA model. Moreover, under Ha,
N has
as the mean vector where
.
Additionally, the generalized least squares estimate of
and its variance is given by


The quantities
and
are efficiently computed by a method described in
de Jong and Penzer (1998); refer also to Kohn and Ansley (1985).
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.