VirtualArray.PolynomialFit Method

Top 

Description

Uses 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.

 

Overload List

Signatures

Return Value

Description

VirtualArray.PolynomialFit(Array yValues, Variable polynomialDegree)

Matrix

Uses 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.

VirtualArray.PolynomialFit(Array yValues, Variable polynomialDegree, Variable rSquared)

Matrix

Uses 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.

 

 

See also

VirtualArray Object