Chapter Contents |
Previous |
Next |
The ARIMA Procedure |
PROC ARIMA assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the following table. For more information on ODS, see Chapter 6, "Using the Output Delivery System."
Table 7.11: ODS Tables Produced in PROC ARIMAODS Table Name | Description | Option |
ODS Tables Created by the IDENTIFY Statement | ||
DescStats | Descriptive Statistics | |
InputDescStats | Input Descriptive Statistics | |
CorrGraph | Correlations graph | |
StationarityTests | Stationarity tests | STATIONARITY option |
TentativeOrders | Tenative Order Selection | MINIC, ESACF, or SCAN option |
PACFGraph | Partial autocorrelations graph | |
IACFGraph | Inverse autocorrelations graph | |
ChiSq | Chi-Square statistics | |
ChiSqAuto | Chi-Square statistics table for autocorrelation | |
ChiSqCross | Chi-Square statistics table for cross-correlations | |
MINIC | Minimum Information Criterion | MINIC option |
ESACF | Extended Sample Autocorrelation Function | ESACF option |
ESACFPValues | ESACF Probability Values | ESACF option |
SCAN | Squared Canonical Correlation Estimates | SCAN option |
SCANPValues | SCAN Chi-Square[1] Probability Values | SCAN option |
ODS Tables Created by the ESTIMATE Statement | ||
FitStatistics | Fit Statistics | |
ARPolynomial | Filter Equations | |
MAPolynomial | Filter Equations | |
NumPolynomial | Filter Equations | |
DenPolynomial | Filter Equations | |
ParameterEstimates | ParameterEstimates | |
InitialAREstimates | Initial autoregressive parameter estimates | |
InitialMAEstimates | Initial moving average parameter estimates | |
PrelimEstimates | Preliminary Estimation | |
Iterations | Iterations | |
OptSummary | ARIMA Estimation Optimization | PRINTALL option |
ModelDescription | Model description | |
InputDescStats | Inputs description | |
ObjectiveGrid | Objective function grid matrix | GRID option |
CorrB | Correlations of the Estimates | |
ODS Tables Created by the FORECAST Statement | ||
Forecasts | Forecast |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.