Seasonality: SeasonalityType;
Seasonality: Prognoz.Platform.Interop.Stat.SeasonalityType
The Seasonality property selects seasonality type that is used to adjust seasonality.
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.
The property use is given in the example for ITsInversionInfo.K.
See also: