ITsInversionInfo.Seasonality

Syntax

Seasonality: SeasonalityType;

Description

The Seasonality property selects seasonality type that is used to adjust seasonality.

Comments

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

Seasonality = SeasonalityType.None by default, 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.

Example

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

See also:

ITsInversionInfo