The PolynomialLeastSquares type exposes the following members.

Properties

  NameDescription
Coefficients
Gets the coeffients of the fitted polynomial.
Degree
Gets the degree of the fitted polynomial.
DesignMatrix
Gets the design matrix for the fit.
FittedPolynomial
Gets the fitted polynomial.
LeastSquaresSolution
Gets the least squares object used to compute the coefficients.

See Also