Click or drag to resize

LinearFitBySvdConditionNumber Property

Gets the condition number. The decadic logarithm of the condition number is roughly the loss of precision (in digits) during the calculation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ConditionNumber { get; }

Property Value

Double
The condition number.
See Also