IMSL C# Numerical Library

ARMAMaxLikelihood.MaxIterations Property

The maximum number of iterations.

public int MaxIterations {get; set;}

Property 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

By default, MaxIterations = 300.

See Also

ARMAMaxLikelihood Class | Imsl.Stat Namespace