using least square fit to find the best fit parameters

조회 수: 1 (최근 30일)
Annie Ng
Annie Ng 2020년 2월 26일
답변: Alex Sha 2020년 2월 26일
I have 3 variables y, x1, and x2 stored in vector form. I know that y=f(x1,x2) and has the form y = a*b*x1/(1+b*x1+c*x2) + d*x1. a,b,c, and d are parameters. How can I use lsqnonlin to find a,b,c,d?
Thank you
  댓글 수: 5
Annie Ng
Annie Ng 2020년 2월 26일
is there any other way that I can find the parameters?
Rik
Rik 2020년 2월 26일
You could try with a different fitting function or with different initial guesses. Those two will only help if your function properly describes the trend in your data and if your data isn't noisy in the first place.

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

답변 (1개)

Alex Sha
Alex Sha 2020년 2월 26일
Hi, Annie, upload your data file please, if possible.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by