The current value used to represent the maximum number of autoregressive lags to achieve the minimum AIC.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int Maxlag { get; }
Visual Basic (Declaration)
Public ReadOnly Property Maxlag As Integer
Visual C++
public:
property int Maxlag {
	int get ();
}

Field Value

An int containing the maximum number of autoregressive lags evaluated.

See Also