Previous Page | Next Page

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.

Table 29.5 ODS Graphics Produced by PROC TIMESERIES

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 in­ver­se auto­correla­tion func­tion

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

PERIOD­O­GRAM

FrequencyPeriodogram

 

Periodogram versus frequency

PLOTS

PERIOD­O­GRAM

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 pro­ba­bi­lity

PLOTS

WN

WhiteNoiseProbabilityPlot

 

White noise proba­bi­lity

PLOTS

WN

Previous Page | Next Page | Top of Page