Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The ARIMA Procedure

The SCAN Method

The Smallest CANonical (SCAN) correlation method can tentatively identify the orders of a stationary or nonstationary ARMA process. Tsay and Tiao (1985) proposed the technique, and Box et al (1994) and Choi (1990) provide useful descriptions of the algorithm.

Given a stationary or nonstationary time series {\{z_{t} : 1 \le t \le n \}} with mean corrected form {\tilde{z}_{t} = z_{t} - {\mu}_{z}}, with a true autoregressive order of p+d, and with a true moving-average order of q, you can use the SCAN method to analyze eigenvalues of the correlation matrix of the ARMA process. The following paragraphs provide a brief description of the algorithm.

For autoregressive test order m = pmin, ... , pmax and for moving-average test order j = qmin, ... , qmax, perform the following steps.

  1. Let  Y_{m,t}
= ({\tilde z}_t, {\tilde z}_{t-1}, { ... } , {\tilde z}_{t-m})'. Compute the following (m+1)×(m+1) matrix
    \hat{\beta}(m,j+1) &=& ( \sum_t Y_{m,t-j-1}Y_{m,t-j-1}' )^{-1}
( \sum_t Y_{m,t-...
 ...}Y_{m,t-j-1} ' )  \
\hat{A}^*(m,j) &=& \hat{\beta}^*(m,j+1)\hat{\beta}(m,j+1)
    where t ranges from j+m+2 to n.
  2. Find the smallest eigenvalue, \hat{\lambda}^*(m,j), of \hat{A}^*(m,j) and its corresponding normalized eigenvector, \Phi_{m,j}
= (1, -\phi_1^{(m,j)}, -\phi_2^{(m,j)},  ... , -\phi_m^{(m,j)} ). The squared canonical correlation estimate is \hat{\lambda}^*(m,j).
  3. Using the \Phi_{m,j} as AR(m) coefficients, obtain the residuals for t = j+m+1 to n, by following the formula: w_t^{(m,j)} = \tilde{z}_t -\phi_1^{(m,j)}\tilde{z}_{t-1} - 
\phi_2^{(m,j)}\tilde{z}_{t-2} -  ...  - \phi_m^{(m,j)} \tilde{z}_{t-m} .
  4. From the sample autocorrelations of the residuals, rk(w), approximate the standard error of the squared canonical correlation estimate by
    var( \hat{\lambda}^*(m,j)^{1/2} ) 
 \approx d(m,j)/ (n-m-j)
    where d(m,j) = (1 + 2 \sum_{i=1}^{j-1} r_k(w^{(m,j)}) ).

The test statistic to be used as an identification criterion is

c(m,j) = - (n-m-j) {\rm ln} ( 1 - \hat{{\lambda}}^{{\ast}}(m,j)/d(m,j) )

which is asymptotically { {\chi}^2_{1}} if m = p+d and {j {\geq} q } or if {m \geq p+d} and j = q. For m > p and j < q , there is more than one theoretical zero canonical correlation between Ym,t and Ym,t-j-1. Since the {\hat{{\lambda}}^{{\ast}}(m,j)} are the smallest canonical correlations for each (m,j), the percentiles of c(m,j) are less than those of a { {\chi}^2_{1}}; therefore, Tsay and Tiao (1985) state that it is safe to assume a { {\chi}^2_{1}}. For m < p and j < q, no conclusions about the distribution of c(m,j) are made.

A SCAN table is then constructed using c(m,j) to determine which of the {\hat{{\lambda}}^{{\ast}}(m,j)} are significantly different from zero (see Table 7.6). The ARMA orders are tentatively identified by finding a (maximal) rectangular pattern in which the {\hat{{\lambda}}^{{\ast}}(m,j)} are insignificant for all test orders {m \ge p+d} and {j \ge q}. There may be more than one pair of values (p+d, q) that permit such a rectangular pattern. In this case, parsimony and the number of insignificant items in the rectangular pattern should help determine the model order. Table 7.7 depicts the theoretical pattern associated with an ARMA(2,2) series.

Table 7.6: SCAN Table
  MA
AR0123··
0c(0,0)c(0,1)c(0,2)c(0,3)··
1c(1,0)c(1,1)c(1,2)c(1,3)··
2c(2,0)c(2,1)c(2,2)c(2,3)··
3c(3,0)c(3,1)c(3,2)c(3,3)··
·······
·······

Table 7.7: Theoretical SCAN Table for an ARMA(2,2) Series
  MA
AR01234567
0*XXXXXXX
1*XXXXXXX
2*X000000
3*X000000
4*X000000
 X = significant terms
 0 = insignificant terms
 * = no pattern

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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