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