Click or drag to resize
NonNegativeLeastSquaresRankTolerance Property
The tolerance used for the incoming column rank deficient check.

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

Property Value

Type: Double
A double value used to check for rank deficiency.

Default: RankTolerance = 2.220e-016.

See Also