IEmAutoCorrelationSettings.LagOrder

Fore syntax

LagOrder: Integer;

Fore.NET syntax

LagOrder: integer;

Description

The LagOrder property determines lag value.

Comments

Lag value must be a positive number that satisfies the inequality: Lag <= Series length/2. Default value is zero.

Fore and Fore.NET examples

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

See also:

IEmAutoCorrelationSettings