Getting errors in fitnlm

조회 수: 3 (최근 30일)
M. Sarim Ameed Khan
M. Sarim Ameed Khan 2021년 10월 6일
댓글: M. Sarim Ameed Khan 2021년 10월 11일
I am trying to fit an equation fitnlm I am getting following errors and the data is fitting but not giving the desired values of coeffeceints. I have taken several values for first estimate of first coeffeceint.
Warning: The Jacobian at the solution is ill-conditioned, and some model parameters may not be
estimated well (they are not identifiable). Use caution in making predictions.
> In nlinfit (line 384)
In NonLinearModel/fitter (line 1127)
In classreg.regr/FitObject/doFit (line 94)
In NonLinearModel.fit (line 1446)
In fitnlm (line 99)
In PH307_assignment02_3 (line 26)
Thanks for help in advance. Sorry for inconvenience.

채택된 답변

Prateek Rai
Prateek Rai 2021년 10월 9일
To my understanding, you are trying to fit an equation using fitnlm and getting "The Jacobian at the solution is ill-conditioned ..." warning message.
You can refer to the following MATLAB Answer, that provides detailed information on this warning.
  댓글 수: 1
M. Sarim Ameed Khan
M. Sarim Ameed Khan 2021년 10월 11일
Thank you very much

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by