VirtualMatrix.PolynomialFit Method

Top 

Description

Uses Singular Value Decomposition to compute the coefficients of a polynomial to best fit the data set defined by the nx2 calling matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

VirtualMatrix.PolynomialFit(Variable polynomialDegree)

Matrix

Uses Singular Value Decomposition to compute the coefficients of a polynomial to best fit the data set defined by the nx2 calling matrix.

VirtualMatrix.PolynomialFit(Variable polynomialDegree, Variable rSquared)

Matrix

Uses Singular Value Decomposition to compute the coefficients of a polynomial to best fit the data set defined by the nx2 calling matrix.

 

 

See also

VirtualMatrix Object