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.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double ConditionNumber { get; }
Property Value
Double
The condition number.
See Also