Click or drag to resize

QuickLinearRegressionGetDeterminant Method

Returns the determinant of regression. If zero, not enough data points have been entered.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetDeterminant()

Return Value

Double
The determinant of the regression.
See Also