IMsFormulaTransform.Period

Syntax

Period: IMsModelPeriod;

Description

The Period property returns the model calculation period.

Comments

The property allows to set the following parameters of model calculation period:

Sample period start date Sample period end date Forecasting period start date
Specified date (default). Specified date (default). Specified date (default).
Today plus/minus k points. Today plus/minus k points. Today plus/minus k points.
Start of data plus/minus k points. End of data plus/minus k points. End of data plus/minus k points.
Sample period end minus k points. Sample period start plus k points. Sample period end plus k points.
Setting value by parameter. Setting value by parameter. Setting value by parameter.
  Start of data plus k points.  

NOTE. Value cannot be set by parameter for the models used in series mode of the time series database.

Example

The method use is given in the example for IMs2SLSTransform.ARMA.

See also:

IMsFormulaTransform