IEmCensus2Settings.MovingAverage

Fore syntax

MovingAverage: Array;

Fore.NET syntax

MovingAverage: System.Array;

Description

The MovingAverage property determines moving average values.

Comments

MovingAverage is an array that contains 4 or 12 real numbers (depending on value of the IEmCensus2Settings.SeasonalComponentCycleType property). Each element of the array corresponds to the moving average value for the specified time period:

Fore and Fore.NET examples

The property use is given in the example for IEmCensus2Settings.Serie.

See also:

IEmCensus2Settings