How to plot the 95% confident (prediction) intervals?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone
Is there a function to add 95% confident bounds (Prediction bounds) to my plot, like the one below. The dashed line suppose to be the confidence interval.

Thank you very much
Tommy
0 件のコメント
回答 (1 件)
Star Strider
2016 年 1 月 18 日
There is no one function that will plot them. You can calculate them with the predict function for linear models and the nlpredci for nonlinear models. You can then plot the results.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!