nlinfit - iteration limit exceeded error

Hi All,
Im trying to do nonlinear regression using nlinfit, and I keep getting the warning "iteration limit exceeded".
I have 6 coefficients that Im trying to estimate using nlinfit. Is the number of coefficients the reason that im getting this warning? Is 6 coefficients too much to estimate within the limited number of iterations?
I changed the initial values of all the coefficients closer to the expected answer, but still this error keeps coming up.
Please help me understand this if you can. Thank you very much.

댓글 수: 1

b3824855
b3824855 2012년 3월 15일
Also, I would like to add that Im doing "robust" fitting. (Just in case its relevant)

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

답변 (1개)

Geoff
Geoff 2012년 3월 15일

0 개 추천

Probably your termination tolerance is too small for the data you're throwing at it.
Play with the options 'MaxIter', 'TolFun', and 'TolX'.
doc nlinfit

카테고리

질문:

2012년 3월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by