Least Squares Method- Νon linear to Linear
이전 댓글 표시
Hello! I need to approach some given points [X,Y]with the use of the method of the least squares.Also,for the approximation of these points we have the function f=ax/(b+x).My problem is that I can't bring the function to the standard form f=aX+b.Does anyone know what should I do? Thank you in advance!
채택된 답변
추가 답변 (1개)
Bill Whiten
2013년 2월 9일
0 개 추천
You can write the equation as f=(a/b)x-(1/b)fx and use linear regression for the coefficients (a/b) and (1/b). Convert these to a and b as initial estimates for fminsearch or non linear least squares functions.
댓글 수: 1
Greg Heath
2013년 2월 9일
Your equation makes no sense to me at all. How was it derived?
카테고리
도움말 센터 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!