ITsInversionInfo.Seasonality

Fore syntax

Seasonality: SeasonalityType;

Fore.NET syntax

Seasonality: Prognoz.Platform.Interop.Stat.SeasonalityType

Description

The Seasonality property selects seasonality type used to remove seasonality.

Comments

This property is taken into account if ITsInversionInfo.Inversion = TsInversion.SA.

By default Seasonality = SeasonalityType.None, therefore the seasonality type is determined automatically. If there are no negative and zero values in the original series, the seasonality type is multiplicative, if they are present, it is additive.

Fore and Fore.NET examples

The property use is given in the example for ITsInversionInfo.K.

See also:

ITsInversionInfo