Gets the coeffients of the fitted polynomial.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector Coefficients { get; }
Visual Basic (Declaration)
Public ReadOnly Property Coefficients As DoubleVector
Visual C++
public:
property DoubleVector^ Coefficients {
	DoubleVector^ get ();
}

Remarks

The constant is at index 0 and the leading coefficient is at index Coefficients.Length - 1.

See Also