The PolynomialLeastSquares type exposes the following members.

Constructors

  NameDescription
PolynomialLeastSquaresOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this polynomial least squares.
CoeffErrorEstimate
Returns error estimates for the coefficients based on the estimated error in the y values.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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