The TIMESERIES Procedure |
ODS Graphics Names |
This section describes the graphical output produced by the TIMESERIES procedure. To request these graphs, you must specify the ODS GRAPHICS ON; statement in your SAS program before the PROC TIMESERIES step, and you must specify the PLOTS= or CROSSPLOTS= option in the PROC TIMESERIES statement.
PROC TIMESERIES assigns a name to each graph it creates. These names are listed in Table 27.4.
ODS Graph Name |
Plot Description |
Statement |
Option |
---|---|---|---|
ACFPlot |
autocorrelation function |
PLOTS |
ACF |
ACFNORMPlot |
normalized autocorrelation function |
PLOTS |
ACF |
CCFNORMPlot |
normalized cross-correlation function |
CROSSPLOTS |
CCF |
CCFPlot |
cross-correlation function |
CROSSPLOTS |
CCF |
CorrelationPlots |
correlation graphics panel |
PLOTS |
CORR |
CrossSeriesPlot |
cross series plot |
CROSSPLOTS |
SERIES |
CycleComponentPlot |
cycle component |
PLOTS |
CC |
DecompositionPlots |
decomposition graphics panel |
PLOTS |
DECOMP |
IACFPlot |
inverse autocorrelation function |
PLOTS |
IACF |
IACFNORMPlot |
normalized inverse autocorrelation function |
PLOTS |
IACF |
IrregularComponentPlot |
irregular component |
PLOTS |
IC |
PACFPlot |
partial autocorrelation function |
PLOTS |
PACF |
PACFNORMPlot |
standardized partial autocorrelation function |
PLOTS |
PACF |
PercentChangeAdjustedplot |
percent-change seasonally adjusted |
PLOTS |
PCSA |
ResidualPlot |
residual time series plot |
PLOTS |
RESIDUAL |
SeasonallyAdjustedPlot |
seasonally adjusted |
PLOTS |
SA |
SeasonalComponentPlot |
seasonal component |
PLOTS |
SC |
SeasonalCyclePlot |
seasonal cycles plot |
PLOTS |
CYCLES |
SeasonalIrregularComponentPlot |
seasonal-irregular component |
PLOTS |
SIC |
SeriesPlot |
time series plot |
PLOTS |
SERIES |
TrendComponentPlot |
trend component |
PLOTS |
TC |
TrendCycleComponentPlot |
trend-cycle component |
PLOTS |
TCC |
TrendCycleSeasonalPlot |
trend-cycle-seasonal component |
PLOTS |
TCS |
WhiteNoiseLogProbabilityPlot |
white noise log probability |
PLOTS |
WN |
WhiteNoiseProbabilityPlot |
white noise probability |
PLOTS |
WN |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.