Previous Page | Next Page

The AUTOREG Procedure

Predicted Values

The AUTOREG procedure can produce two kinds of predicted values for the response series and corresponding residuals and confidence limits. The residuals in both cases are computed as the actual value minus the predicted value. In addition, when GARCH models are estimated, the AUTOREG procedure can output predictions of the conditional error variance.

Predicting the Unconditional Mean

The first type of predicted value is obtained from only the structural part of the model, . These are useful in predicting values of new response time series, which are assumed to be described by the same model as the current response time series. The predicted values, residuals, and upper and lower confidence limits for the structural predictions are requested by specifying the PREDICTEDM=, RESIDUALM=, UCLM=, or LCLM= option in the OUTPUT statement. The ALPHACLM= option controls the confidence level for UCLM= and LCLM=. These confidence limits are for estimation of the mean of the dependent variable, , where is the column vector of independent variables at observation t.

The predicted values are computed as

     

and the upper and lower confidence limits as

     
     

where v is an estimate of the variance of and is the upper /2 percentage point of the t distribution.

     

where T is an observation from a t distribution with q degrees of freedom. The value of can be set with the ALPHACLM= option. The degrees of freedom parameter, q, is taken to be the number of observations minus the number of free parameters in the regression and autoregression parts of the model. For the YW estimation method, the value of v is calculated as

     

where is the error sum of squares divided by q. For the ULS and ML methods, it is calculated as

     

where is the submatrix of that corresponds to the regression parameters. For details, see the section Computational Methods earlier in this chapter.

Predicting Future Series Realizations

The other predicted values use both the structural part of the model and the predicted values of the error process. These conditional mean values are useful in predicting future values of the current response time series. The predicted values, residuals, and upper and lower confidence limits for future observations conditional on past values are requested by the PREDICTED=, RESIDUAL=, UCL=, or LCL= option in the OUTPUT statement. The ALPHACLI= option controls the confidence level for UCL= and LCL=. These confidence limits are for the predicted value,

     

where is the vector of independent variables and is the minimum variance linear predictor of the error term given the available past values of , and the autoregressive model for . If the m previous values of the structural residuals are available, then

     

where are the estimated AR parameters. The upper and lower confidence limits are computed as

     
     

where v, in this case, is computed as

     

where the value is the estimate of the variance of . At the start of the series, and after missing values, r is generally greater than 1. See the section Predicting the Conditional Variance for computational details of r. The plot of residuals and confidence limits in Example 8.4 later in this chapter illustrates this behavior.

Except to adjust the degrees of freedom for the error sum of squares, the preceding formulas do not account for the fact that the autoregressive parameters are estimated. In particular, the confidence limits are likely to be somewhat too narrow. In large samples, this is probably not an important effect, but it may be appreciable in small samples. Refer to Harvey (1981) for some discussion of this problem for AR(1) models.

Note that at the beginning of the series (the first m observations, where m is the value of the NLAG= option) and after missing values, these residuals do not match the residuals obtained by using OLS on the transformed variables. This is because, in these cases, the predicted noise values must be based on less than a complete set of past noise values and, thus, have larger variance. The GLS transformation for these observations includes a scale factor as well as a linear combination of past values. Put another way, the matrix defined in the section Computational Methods has the value 1 along the diagonal, except for the first m observations and after missing values.

Predicting the Conditional Variance

The GARCH process can be written

     

where and . This representation shows that the squared residual follows an ARMA process. Then for any , the conditional expectations are as follows:

     

The d-step-ahead prediction error, = , has the conditional variance

     

where

     

Coefficients in the conditional d-step prediction error variance are calculated recursively using the following formula:

     

where and if ; , , are autoregressive parameters. Since the parameters are not known, the conditional variance is computed using the estimated autoregressive parameters. The d-step-ahead prediction error variance is simplified when there are no autoregressive terms:

     

Therefore, the one-step-ahead prediction error variance is equivalent to the conditional error variance defined in the GARCH process:

     

Note that the conditional prediction error variance of the EGARCH and GARCH-M models cannot be calculated using the preceding formula. Therefore, the confidence intervals for the predicted values are computed assuming the homoscedastic conditional error variance. That is, the conditional prediction error variance is identical to the unconditional prediction error variance:

     

since . You can compute , which is the second term of the variance for the predicted value explained previously in the section Predicting Future Series Realizations using the formula ; r is estimated from by using the estimated autoregressive parameters.

Consider the following conditional prediction error variance:

     

The second term in the preceding equation can be interpreted as the noise from using the homoscedastic conditional variance when the errors follow the GARCH process. However, it is expected that if the GARCH process is covariance stationary, the difference between the conditional prediction error variance and the unconditional prediction error variance disappears as the forecast horizon d increases.

Previous Page | Next Page | Top of Page