QuickLinearRegressionGetDeterminant Method |
Returns the determinant of regression. If zero, not enough data points have been entered.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetDeterminant()
Return Value
DoubleThe determinant of the regression.
See Also