Gauss–Newton algorithm in Matlab?
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Toby Howison
le 15 Mar 2016
Réponse apportée : John D'Errico
le 6 Juil 2017
Hi All,
Is there a function in MATLAB to perform basic Gauss-Newton regression on a set of non-linear equations? I want to compare the performance with levenberg-marquardt.
Thanks
Toby
0 commentaires
Réponse acceptée
John D'Errico
le 6 Juil 2017
Simple answer: NO. There is no Gauss-Newton scheme in MATLAB. If you want it, you need to write it. If you want to solve the optimization problem in MATLAB, then use the optimization toolbox tools, or nlinfit, or the curve fitting toolbox. Or find Gauss-Newton code on the file exchange. (Generally, any code to implement Gauss-Newton that you will find on the file exchange is code written by novices, what I would consider poor code.)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Multivariate Models dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!