Exponential Regression

expfit(vx, vy, [vg]) Returns a vector containing three coefficients for an exponential curve of the form A · exp(b·x) + C that best approximates the data in vx and vy. The expfit function employs the Levenberg-Marquardt method for minimization.

Arguments:

Notes:

QuickSheet

Related Topics