Nonlinear least square regression
1 回表示 (過去 30 日間)
古いコメントを表示
i have (x , y) data
the function between x and y is y = 0.392* (1 - (x / b1) .^ b2
i want to use nonlinear least square regression to obtain the values of b1 and b2
can any one help me with the structure of the Matlab program
thanks in advance
1 件のコメント
回答 (1 件)
the cyclist
2013 年 5 月 27 日
If you have the Statistics Toolbox, then you can use the nlinfit() function.
Type
doc nlinfit
参考
カテゴリ
Help Center および 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!