IMsCensus1Transform.RatioDifferences

Fore Syntax

RatioDifferences: Array;

Fore.NET Syntax

RatioDifferences: System.Array;

Description

The RatioDifferences property returns the difference for the additive seasonal model and the relation for the multiplicative model.

Comments

The value is available only after method calculation.

To determine the seasonal model, use the IMsCensus1Transform.Seasonality property.

Fore and Fore.NET Examples

The property use is given in the example for IMsCensus1Transform.CenterMovingAverage.

See also:

IMsCensus1Transform