IAutomaticLagSelectionSettings.MaxLagLength

Fore Syntax

MaxLagLength: Integer;

Fore.NET Syntax

MaxLagLength: integer;

Description

The MaxLagLength property determines the maximum order of autoregression used to autoselect lag.

Comments

To determine a type of information criterion, used to autoselect lag, use the IAutomaticLagSelectionSettings.InformationCriterion property.

Fore and Fore.NET Examples

The property use is given in the example for ISmDickeyFullerGLSTest.DFGLSStat.

See also:

IAutomaticLagSelectionSettings