IEmExponentialSmoothingSettings.Trend

Fore syntax

Trend: TrendType;

Fore.NET syntax

Trend: Prognoz.Platform.Interop.Stat.TrendType;

Description

The Trend property determines trend type.

Comments

Trend determines growth/decreasing tendencies of the series.

Trend is not used by default, that is Trend = TrendType.None.

Fore and Fore.NET examples

The property use is given in the example for IEmExponentialSmoothingSettings.Explained.

See also:

IEmExponentialSmoothingSettings