ISmCointegratingRegression.Lags

Fore Syntax

Lags: Integer;

Fore.NET Syntax

Lags: integer;

Description

The Lags property determines the number of lags for the DOLS method.

Comments

The DOLS method (dynamic method of least squares) can be set using the ISmCointegratingRegression.EstimationMethod = CREstimationMethodType.DOLS function.

The number of lags must be greater or equal to zero.

Fore and Fore.NET Examples

The property use is given in the example for ISmCointegratingRegression.Forecast.

See also:

ISmCointegratingRegression