How to find uncertainties of estimated parameters in Levenberg- Marquardt algorithm

조회 수: 11 (최근 30일)
Hello I have used Levenberg-Marquardt algorithm in 3 parameter problem but I unable to estimate uncertainties associated with it, Please help me in this regard

답변 (2개)

Torsten
Torsten 2015년 11월 4일
If you have the statistics toolbox, use nlinfit together with nlparci and nlpredci.
Best wishes
Torsten.
  댓글 수: 4

댓글을 달려면 로그인하십시오.


chris
chris 2025년 7월 9일
You can use Laplace's approximation.
After Levenberg Marquardt (LM) has converged, take the (negative of the) Hessian at that point. This is equal to the precision matrix (inverse of covariance matrix) for a multivariate Gaussian distribution over your parameters.
The location parameter of this distribution is of course just the solution provided by LM.
Note that you do not want to approximate the Hessian with the Jacobian!

Community Treasure Hunt

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

Start Hunting!

Translated by