Click or drag to resize

QuickQuadraticRegressionGetA0 Method

Gets the intercept parameter (A0) 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 GetA0()

Return Value

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