The PolynomialLeastSquares type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PolynomialLeastSquares | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| 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 | (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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|