Click or drag to resize

PolynomialRegressionAsInterpolation Properties

The PolynomialRegressionAsInterpolation type exposes the following members.

Properties
 NameDescription
Public propertyFit 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).
Public propertyRegressionOrder Gets the polynomial regression order (degree) used for fitting.
Public propertyXMean Gets the mean of the set of x-values used for the fit.
Public propertyXScale Gets the inverse of the half span of the set of x-values used for the fit.
Top
See Also