IMsExponentialSmoothingTransform.TrendComponent

Syntax

TrendComponent: TrendType;

Description

The TrendComponent property determines model trend type.

Comments

Time series often tend to grow or reduce. In this case exponential smoothing model uses the Gamma coefficient that takes trend into account.

Example

The property use is given in the example for IMsExponentialSmoothingTransform.AsForecasting.

See also:

IMsExponentialSmoothingTransform