Click or drag to resize

PolynomialLeastSquaresCoefficients Property

Gets the coeffients of the fitted polynomial.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Coefficients { get; }

Property Value

DoubleVector
Remarks
The constant is at index 0 and the leading coefficient is at index Coefficients.Length - 1.
See Also