confidence interval for least square fitting
6 ビュー (過去 30 日間)
古いコメントを表示
Hi, i have a system of equations of the form Ax=b. with A and b known matrics, i calculates x using least square method. Now i want to calculate confidence interval on my estimated values in x. Any idea how should i proceed?
0 件のコメント
採用された回答
Star Strider
2020 年 8 月 20 日
For the parameter confidence intervals in a linear problem, use the regress function. The ‘bint’ output will have them.
4 件のコメント
Star Strider
2020 年 11 月 26 日
I am not certain that I understand what you are asking.
The ‘bint’ output is returned as an (Nx2) matrix. Just use it as it exists. No processing is necessary for it.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!