Click or drag to resize

QuickQuadraticRegressionGetA2 Method

Gets the quadratic parameter of the regression. Returns NaN if not enough data points entered.

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

Return Value

Double
The slope value or NaN if not enough data points are entered.
See Also