Click or drag to resize

PolynomialLeastSquares Properties

The PolynomialLeastSquares type exposes the following members.

Properties
 NameDescription
Public propertyCoefficients Gets the coeffients of the fitted polynomial.
Public propertyDegree Gets the degree of the fitted polynomial.
Public propertyDesignMatrix Gets the design matrix for the fit.
Public propertyFittedPolynomial Gets the fitted polynomial.
Public propertyLeastSquaresSolution Gets the least squares object used to compute the coefficients.
Top
See Also