Chapter Contents |
Previous |
Next |
The AUTOREG Procedure |
This section discusses various goodness-of-fit statistics produced by the AUTOREG procedure.
where SST is the sum of squares for the original response variable corrected for the mean and SSE is the final error sum of squares. The Total Rsq is a measure of how well the next value can be predicted using the structural part of the model and the past values of the residuals. If the NOINT option is specified, SST is the uncorrected sum of squares.
where TSST is the total sum of squares of the transformed response variable corrected for the transformed intercept, and TSSE is the error sum of squares for this transformed regression problem. If the NOINT option is requested, no correction for the transformed intercept is made. The Reg RSQ is a measure of the fit of the structural part of the model after transforming for the autocorrelation and is the R2 for the transformed regression.
The regression R2 and the total R2 should be the same when there is no autocorrelation correction (OLS regression).
Note that the forecast error variance of et is the scalar multiple of vt such that .
The CUSUM and CUSUMSQ statistics are computed using the preceding recursive residuals.
where wi are the recursive residuals,
The CUSUM statistics can be used to test for misspecification of the model. The upper and lower critical values for CUSUMt are
where a = 1.143 for a significance level .01, 0.948 for .05, and 0.850 for .10. These critical values are output by the CUSUMLB= and CUSUMUB= options for the significance level specified by the ALPHACSM= option.
The upper and lower critical values of CUSUMSQt are given by
where the value of a is obtained from the table by Durbin (1969) if the . Edgerton and Wells (1994) provided the method of obtaining the value of a for large samples.
These critical values are output by the CUSUMSQLB= and CUSUMSQUB= options for the significance level specified by the ALPHACSM= option.
In these formulas, L is the value of the likelihood function evaluated at the parameter estimates, N is the number of observations, and k is the number of estimated parameters. Refer to Judge et al. (1985) and Schwarz (1978) for additional details.
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.