Click or drag to resize
ARMAEstimateMissingMaxIterations Property
The maximum number of estimation iterations for missing value estimation methods AR_1 and AR_p.

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 specifying the maximum number of iterations for the maximum likelihood estimation.
Remarks
If this limit is exceeded ARMAEstimateMissing stops execution during the Compute method and issues an Imsl.Stat.IterationLimitExceededException. By default, MaxIterations=200.
See Also