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 multiapplicative model.

Comments

The value is available only after calculating the method.

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