Curve fitting using custom model
古いコメントを表示
Given set of x and y, how can I solve the parameter a, b and c in the model
y = a * x^b + c
to best fit the given data?
As I will further implement the algorithm in C++, I would prefer not using built-in Matlab functions to solve parameters.
Could anyone please suggest an algorithm? Many thanks, Kyle.
2 件のコメント
Walter Roberson
2015 年 7 月 28 日
Are a and x certain to be non-negative ?
Kyle Wang
2015 年 7 月 28 日
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および 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!