IMsCensus2Transform.MovingAverage

Fore Syntax

MovingAverage: Array;

Fore.NET Syntax

MovingAverage: Sysytem.Array;

Description

The MovingAverage property determines the moving average.

Comments

The array size depends on the set seasonality period IMsCensus2Transform.SeasonalComponentCycleType. If the Quarter period is selected, the array size equals to 4, if the Month period is selected, the array size is 12.

Fore and Fore.NET Examples

The property use is given in the example for IMsCensus2Transform.SigmaLower.

See also:

IMsCensus2Transform