|  | PolynomialLeastSquaresCoefficients Property | 
            Gets the coeffients of the fitted polynomial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Coefficients { get; }Public ReadOnly Property Coefficients As DoubleVector
	Get
public:
property DoubleVector^ Coefficients {
	DoubleVector^ get ();
}member Coefficients : DoubleVector with get
Property Value
DoubleVector Remarks
Remarks
            The constant is at index 0 and the leading coefficient is at
            index Coefficients.Length - 1.
            
 See Also
See Also