Click or drag to resize
ARMAMaxLikelihoodTolerance Property
The tolerance for the convergence algorithm.

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

Property Value

Type: Double
A double scalar containing the value to use for the convergence tolerance during maximum likelihood estimation.
Remarks
By default, Tolerance = 2.220446049e-016.
See Also