OUTPUT Statement |
The OUTPUT statement creates an output SAS data set as specified by the following options.
sets the confidence limit size for the estimates of future values of the response time series. The ALPHACLI= value must be between 0 and 1. The resulting confidence interval has 1–number confidence. The default is ALPHACLI=0.05, which corresponds to a 95% confidence interval.
sets the confidence limit size for the estimates of the structural or regression part of the model. The ALPHACLI= value must be between 0 and 1. The resulting confidence interval has 1–number confidence. The default is ALPHACLM=0.05, which corresponds to a 95% confidence interval.
specifies the significance level for the upper and lower bounds of the CUSUM and CUSUMSQ statistics output by the CUSUMLB=, CUSUMUB=, CUSUMSQLB=, and CUSUMSQUB= options. The significance level specified by the ALPHACSM= option can be 0.01, 0.05, or 0.10. Other values are not supported.
You can specify the following values for keyword=name, where keyword specifies the statistic to include in the output data set and name gives the name of the variable in the OUT= data set to contain the statistic.
specifies the name of a variable to contain the values of the Theil’s BLUS residuals. Refer to Theil (1971) for more information on BLUS residuals.
writes to the output data set the value of the error variance from the heteroscedasticity model specified by the HETERO statement or the value of the conditional error variance by the GARCH= option in the MODEL statement.
writes the conditional prediction error variance to the output data set. The value of conditional prediction error variance is equal to that of the conditional error variance when there are no autoregressive parameters. See the section Predicted Values for details.
writes the transformed intercept to the output data set. The details of the transformation are described in Computational Methods.
specifies the name of a variable to contain the CUSUM statistics.
specifies the name of a variable to contain the CUSUMSQ statistics.
specifies the name of a variable to contain the upper confidence bound for the CUSUM statistic.
specifies the name of a variable to contain the lower confidence bound for the CUSUM statistic.
specifies the name of a variable to contain the upper confidence bound for the CUSUMSQ statistic.
specifies the name of a variable to contain the lower confidence bound for the CUSUMSQ statistic.
writes the lower confidence limit for the predicted value (specified in the PREDICTED= option) to the output data set. The size of the confidence interval is set by the ALPHACLI= option. See the section Predicted Values for details.
writes the lower confidence limit for the structural predicted value (specified in the PREDICTEDM= option) to the output data set under the name given. The size of the confidence interval is set by the ALPHACLM= option.
writes the predicted values to the output data set. These values are formed from both the structural and autoregressive parts of the model. See the section Predicted Values for details.
writes the structural predicted values to the output data set. These values are formed from only the structural part of the model. See the section Predicted Values for details.
specifies the name of a variable to contain the part of the predictive error variance () that is used to compute the recursive residuals.
specifies the name of a variable to contain recursive residuals. The recursive residuals are used to compute the CUSUM and CUSUMSQ statistics.
writes the residuals from the predicted values based on both the structural and time series parts of the model to the output data set.
writes the residuals from the structural prediction to the output data set.
transforms the specified variables from the input data set by the autoregressive model and writes the transformed variables to the output data set. The details of the transformation are described in Computational Methods. If you need to reproduce the data suitable for reestimation, you must also transform an intercept variable. To do this, transform a variable that is all 1s or use the CONSTANT= option.
writes the upper confidence limit for the predicted value (specified in the PREDICTED= option) to the output data set. The size of the confidence interval is set by the ALPHACLI= option. See the section Predicted Values for details.
writes the upper confidence limit for the structural predicted value (specified in the PREDICTEDM= option) to the output data set. The size of the confidence interval is set by the ALPHACLM= option.