Click or drag to resize
ARMAMaxIterations Property
The maximum number of iterations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaxIterations { get; set; }

Property Value

Type: Int32
An int scalar specifying the maximum number of iterations allowed in the nonlinear equation solver used in both the method of moments and least-squares algorithms.
Remarks

By default, MaxIterations = 200.

See Also