Click or drag to resize

QuickQuadraticRegressionGetDeterminant Method

Gets the determinant of the normal-equation system.

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

Return Value

Double
The determinant of the regression system.
See Also