Lsqcurvefit: what is behind?

2 visualizaciones (últimos 30 días)
Karel
Karel el 29 de Mayo de 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.

Respuesta aceptada

Matt J
Matt J el 29 de Mayo de 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.

Más respuestas (0)

Categorías

Más información sobre Nonlinear Optimization en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by