IEmExponentialSmoothingSettings.Seasonality

Fore syntax

Seasonality: SeasonalityType;

Fore.NET syntax

Seasonality: Prognoz.Platform.Interop.Stat.SeasonalityType;

Description

The Seasonality property determines seasonality type.

Comments

Seasonality type is not specified by default: Seasonality = SeasonalityType.None.

Fore and Fore.NET examples

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

See also:

IEmExponentialSmoothingSettings