Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The STATESPACE Procedure

ODS Table Names

PROC STATESPACE 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 18.3: ODS Tables Produced in PROC STATESPACE
ODS Table Name Description Option
NObsNumber of observationsdefault
SummarySimple summary statistics tabledefault
InfoCriterionInformation criterion tabledefault
CovLagsCovariance Matrices of Input SeriesPRINTOUT=LONG
CorrLagsCorrelation Matrices of Input SeriesPRINTOUT=LONG
PartialARPartial Autoregressive MatricesPRINTOUT=LONG
YWEstimatesYule-Walker Estimates for Minimum AICdefault
CovResidualsCovariance of ResidualsPRINTOUT=LONG
CorrResidualsResidual Correlations from AR ModelsPRINTOUT=LONG
StateVectorState vector tabledefault
CorrGraphSchematic Representation of Correlationsdefault
TransitionMatrixTransition Matrixdefault
InputMatrixInput Matrixdefault
VarInnovVariance Matrix for the Innovationdefault
CovBCovariance of Parameter EstimatesCOVB
CorrBCorrelation of Parameter EstimatesCOVB
CanCorrCanonical Correlation AnalysisCANCORR
IterHistoryIterative Fitting tableITPRINT
ParameterEstimatesParameter Estimates Tabledefault
ForecastsForecasts TablePRINT
ConvergenceStatusConvergence Status Tabledefault

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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