Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The ARIMA Procedure

ODS Table Names

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 ARIMA
ODS Table Name Description Option
   
ODS Tables Created by the IDENTIFY Statement
   
DescStatsDescriptive Statistics 
InputDescStatsInput Descriptive Statistics 
CorrGraphCorrelations graph 
StationarityTestsStationarity testsSTATIONARITY option
TentativeOrdersTenative Order SelectionMINIC, ESACF, or SCAN option
PACFGraphPartial autocorrelations graph 
IACFGraphInverse autocorrelations graph 
ChiSqChi-Square statistics 
ChiSqAutoChi-Square statistics table for autocorrelation 
ChiSqCrossChi-Square statistics table for cross-correlations 
MINICMinimum Information CriterionMINIC option
ESACFExtended Sample Autocorrelation FunctionESACF option
ESACFPValuesESACF Probability ValuesESACF option
SCANSquared Canonical Correlation EstimatesSCAN option
SCANPValuesSCAN Chi-Square[1] Probability ValuesSCAN option
   
ODS Tables Created by the ESTIMATE Statement
   
FitStatisticsFit Statistics 
ARPolynomialFilter Equations 
MAPolynomialFilter Equations 
NumPolynomialFilter Equations 
DenPolynomialFilter Equations 
ParameterEstimatesParameterEstimates 
InitialAREstimatesInitial autoregressive parameter estimates 
InitialMAEstimatesInitial moving average parameter estimates 
PrelimEstimatesPreliminary Estimation 
IterationsIterations 
OptSummaryARIMA Estimation OptimizationPRINTALL option
ModelDescriptionModel description 
InputDescStatsInputs description 
ObjectiveGridObjective function grid matrixGRID option
CorrBCorrelations of the Estimates 
   
ODS Tables Created by the FORECAST Statement
   
ForecastsForecast 

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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