Click or drag to resize

LinearFitBySvdConditionNumber Property

Gets the condition number.

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

Property Value

Double
Remarks
The decadic logarithm of the condition number roughly estimates the loss of precision (in digits) during the calculation.
See Also