Lsqcurvefit: what is behind?

2 visualizzazioni (ultimi 30 giorni)
Karel
Karel il 29 Mag 2013
How lsqcurvefit works?
Lsqcurvefit fits a multi-parameter non-linear function through a single data point using Levenberg-Marquardt algorithm. But for e.g. three parameters I need at least three data points to fit the curve? What is the theory behing this function?
Thank you.

Risposta accettata

Matt J
Matt J il 29 Mag 2013
This link describes the algorithms used by lsqcurvefit and the other least squares optimizers
BTW, I believe the trust-region method is the default for LSQCURVEFIT, not Levenberg-Marquardt.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by