Power Regression

pwrfit(vx, vy, vg) Returns a vector containing the coefficients for a power curve of the form a · xb + c that best approximates the data in vx and vy using guess values vg. The pwrfit function employs the Levenberg-Marquardt method for minimization.

Arguments:

Notes:

QuickSheet

Related Topics