The ESM Procedure

ODS Table Names

Table 14.3 relates the PRINT= options to ODS tables:

Table 14.3: ODS Tables Produced in PROC ESM

ODS Table Name

Description

PRINT= Option

DescStats

descriptive statistics

SUMMARY

ForecastSummary

forecast summary

SUMMARY

ForecastSummation

forecast summation

SUMMARY

ParameterEstimates

parameter estimates

ESTIMATES

Forecasts

forecasts

FORECASTS

Performance

performance statistics

PERFORMANCE

PerformanceSummary

performance summary

PERFORMANCESUMMARY

PerformanceOverall

performance overall

PERFORMANCEOVERALL

SmoothedStates

smoothed states

STATES

FitStatistics

evaluation statistics of fit

STATISTICS

PerformanceStatistics

performance (out-of-sample) statistics of fit

STATISTICS


The ODS table ForecastSummary is related to all time series within a BY group. The other tables are related to a single series within a BY group.