Sinusoidal Regression

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

Arguments:

Notes:

Related Topics