Nonlinear least square regression
4 ビュー (過去 30 日間)
古いコメントを表示
Hi all i have 17 observation (x and y) the relation between them as follows
y = 0.392 * (1 - (x / J)) ^ i
i want to use nonlinear least square regression to know J and i
Thanks in advance
0 件のコメント
採用された回答
Eli Duenisch
2013 年 5 月 23 日
編集済み: Eli Duenisch
2013 年 5 月 23 日
Do you have the statistics toolbox installed? It supports nonlinear regression - look for NonLinearModel.fit() in the docs.
5 件のコメント
Tom Lane
2013 年 5 月 24 日
Try NonLinearModel.fit capitalized just that way. This should work in the most recent releases of MATLAB. Otherwise try nlinfit.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!