Click or drag to resize
ARMAOutlierIdentificationRelativeError Property
The stopping criterion for use in the nonlinear equation solver.

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

Property Value

Type: Double
A double positive scalar containing the stopping criterion for use in the nonlinear equation solver used in the least-squares algorithm.

Default: RelativeError=1.0e-10.

See Also