Time Series Model Package

TSMFOR Synopsis

  • DECLARE OBJECT obj (TSMFOR <('Name',Value)>);

Method syntax, in order of typical usage:

Input Arguments

You can optionally specify one or more of the following 'Names' and its associated Value:

'MODELNAME'

takes a string Value that specifies whether to add a model name column to the output table. The default model name is the TSM instance name. You can override the default model name via the 'MODELNAME' option of the SetOption method. You can specify one of the following Values:

YES

includes a model name column in the output table.

NO

does not include a model name column in the output table.

The default is NO.

'SMOOTH'

takes a string Value that specifies whether to output the smoothed (imputed) dependent series values and their associated standard errors and confidence limits. If you set this option to 'YES', the PREDICT column holds the values of the smoothed dependent series instead of the forecast series. You can specify one of the following Values:

YES

stores the smoothed dependent series and its associated statistics from a TSM instance in an output table.

NO

stores the forecast series and its associated statistics from a TSM instance in an output table.

The default is NO.

Last updated: July 09, 2026