ISmCensus1.Seasonal

Syntax

Seasonal: Array;

Description

The Seasonal property returns seasonal component.

Comment

When the multiplicative seasonality model is used, the seasonal component is calculated in percents, when the additive seasonality model is used, the seasonal component is calculated in the same units, in which the source series is set.

To set seasonality model type, use the ISeasonal.Mode property, to set a seasonality period, use the ISeasonal.Cycle property.

Example

The property use is given in the example for ISmCensus1.MissingData.

See also:

ISmCensus1