ISmAutoCorrelation.LagOrder

Fore Syntax

LagOrder: Integer;

Fore.NET Syntax

LagOrder: integer;

Description

The LagOrder property determines lag.

Comments

Lag value must satisfy the following constraint: Lag < Source series length - Difference order - 1.

Fore and Fore.NET Examples

The property use is given in the example for ISmAutoCorrelation.MissingData.

See also:

ISmAutoCorrelation