Array.PolynomialFit(Array, Variable, Variable) Method |
Top |
DescriptionUses Singular Value Decomposition to compute the coefficients of a polynomial to best fit the provided data set. The coefficients are returned in order of highest to lowest degree.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a row matrix of the polynomial coefficients in order of highest to lowest degree. The number of columns of the matrix will be polynomialDegree + 1.
Syntax
See also Matrix, Array, and Variable Math Guide
|