IMsExponentialSmoothingTransform.TrendComponent

Fore Syntax

TrendComponent: TrendType;

Fore.NET Syntax

TrendComponent: Prognoz.Platform.Interop.Stst.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.

Fore and Fore.NET Examples

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

See also:

IMsExponentialSmoothingTransform