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 29.5.
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 |
|
Periodogram |
Periodogram versus period |
PLOTS |
PERIODOGRAM |
FrequencyPeriodogram |
|||
Periodogram versus frequency |
PLOTS |
PERIODOGRAM |
|
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 |
SpectralDensityPlot |
|||
Spectral density versus period |
PLOTS |
SPECTRUM |
|
SpectralDensityFrequencyPlot |
|||
Spectral density versus frequency |
PLOTS |
SPECTRUM |
|
SSASingularValuesPlot |
|||
SSA singular values |
PLOTS |
SSA |
|
SSAResultsPlot |
SSA results |
PLOTS |
SSA |
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 © SAS Institute, Inc. All Rights Reserved.