Polynomial |
The PolynomialRegressionAsInterpolation type exposes the following members.
| Name | Description | |
|---|---|---|
| Fit | Gets the fit. This property is only valid after the Interpolate(IReadOnlyListDouble, IReadOnlyListDouble) function has been called. Note that the x-values of the fit were transformed, using XMean and XScale in the manner of xt = (x - XMean) * XScale; see TransformXToInternalRepresentation(Double). | |
| RegressionOrder | Gets the polynomial regression order (degree) used for fitting. | |
| XMean | Gets the mean of the set of x-values used for the fit. | |
| XScale | Gets the inverse of the half span of the set of x-values used for the fit. |