Click or drag to resize
BoundedVariableLeastSquaresTolerance Property
The internal tolerance used to determine the relative linear dependence of a column vector for a variable moved from its initial value.

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

Property Value

Type: Double
A double value specifying the tolerance.

Default: Tolerance = 1.0e-7.

See Also