Click or drag to resize

QuickQuadraticRegressionGetA1 Method

Gets the linear parameter (A1) of the quadratic regression.

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

Return Value

Double
The linear parameter (A1).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if fewer than three data points were added.
See Also