You can refer to every graph produced through ODS Graphics with a name. The names of the graphs that PROC SSM generates are listed in Table 27.10, along with the required statements and options.
Table 27.10: ODS Graphs Produced by PROC SSM
ODS Graph Name |
Description |
Statement |
Option |
---|---|---|---|
Graphs for One-Step-Ahead Residual Analysis |
|||
ResidualNormalityPlot |
Normality check |
PLOTS=RESIDUAL(NORMAL) |
|
ResidualHistogram |
Residual histogram |
PLOTS(UNPACK)=RESIDUAL |
|
ResidualQQPlot |
Residual QQ Plot |
PLOTS(UNPACK)=RESIDUAL |
|
StdResidualPlot |
Time series plot of standardized residuals |
Default |
|
Graphs Related to Outlier Detection and Structural Break |
|||
PredErrorNormalityPlot |
Normality check |
PLOTS=AO(NORMAL) |
|
PredErrorHistogram |
Prediction error histogram |
PLOTS(UNPACK)=AO |
|
PredErrorQQPlot |
Prediction error QQ plot |
PLOTS(UNPACK)=AO |
|
StdPredErrorPlot |
Time series plot of standardized additive-outlier statistics |
PLOTS=AO(STD) |
|
MaximalShockPlot |
Time series plot of maximal state shock chi-square statistics |
PLOTS=MAXSHOCK |