Gauss–Newton algorithm in Matlab?

조회 수: 24 (최근 30일)
Toby Howison
Toby Howison 2016년 3월 15일
답변: John D'Errico 2017년 7월 6일
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

채택된 답변

John D'Errico
John D'Errico 2017년 7월 6일
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개)

카테고리

Help CenterFile Exchange에서 Multivariate Models에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by