Previous Page | Next Page

The ESM Procedure

ODS Graphics

This section describes the use of ODS for creating graphics with the ESM procedure.

To request these graphs, you must specify the statement ods graphics on in your SAS program before the PROC ESM statement. In addition, you must specify the PLOT= option in the PROC ESM statement.

ODS Graph Names

PROC ESM assigns a name to each graph it creates using ODS. You can use these names to reference the graphs when using ODS. The names are listed in Table 13.4.


Table 13.4 ODS Graphics Produced by the PLOT= Option in PROC ESM

ODS Graph Name

Plot Description

PLOT= Option

ErrorACFNORMPlot

standardized autocorrelation of prediction errors

ACF

ErrorACFPlot

autocorrelation of prediction errors

ACF

ErrorHistogram

prediction error histogram

ERRORS

ErrorIACFNORMPlot

standardized inverse autocorrelation of prediction errors

IACF

ErrorIACFPlot

inverse autocorrelation of prediction errors

IACF

ErrorPACFNORMPlot

standardized partial autocorrelation of prediction errors

PACF

ErrorPACFPlot

partial autocorrelation of prediction errors

PACF

ErrorPlot

plot of prediction errors

ERRORS

ErrorWhiteNoiseLogProbPlot

white noise log proba­bi­lity plot of prediction errors

WN

ErrorWhiteNoiseProbPlot

white noise proba­bi­lity plot of prediction errors

WN

ForecastsOnlyPlot

forecasts only plot

FORECASTSONLY

ForecastsPlot

forecasts plot

FORECASTS

LevelStatePlot

smoothed level state plot

LEVELS

ModelForecastsPlot

model and forecasts plot

MODELFORECASTS

ModelPlot

model plot

MODELS

SeasonStatePlot

smoothed season state plot

SEASONS

TrendStatePlot

smoothed trend state plot

TRENDS

Previous Page | Next Page | Top of Page