Least Squares Method- Νon linear to Linear
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (1)
Bill Whiten
le 9 Fév 2013
0 votes
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 commentaire
Greg Heath
le 9 Fév 2013
Your equation makes no sense to me at all. How was it derived?
Catégories
En savoir plus sur Linear and Nonlinear Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!