The maximum number of estimation iterations for missing value estimation methods AR_1
and AR_p
.
An int
specifying the maximum number of iterations for the maximum likelihood estimation.
If this limit is exceeded ARMAEstimateMissing
stops execution during the Compute
method and issues an Imsl.Stat.IterationLimitExceededException
. By default, MaxIterations
=200.
ARMAEstimateMissing Class | Imsl.Stat Namespace