The maximum number of iterations used for estimating the autoregressive coefficients.

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

Syntax

C#
public int MaxIterations { get; set; }
Visual Basic (Declaration)
Public Property MaxIterations As Integer
Visual C++
public:
property int MaxIterations {
	int get ();
	void set (int value);
}

Field Value

An int scalar containing the maximum number of iterations allowed in the nonlinear equation solver used in both the method of moments and least-squares algorithms.

Remarks

MaxIterations must be greater than 0. By default, MaxIterations = 300.

See Also