The maximum lag used to fit the AR(p) model.

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 scalar containing the maximum lag allowed when fitting an AR(p) model.

See Also