why does fitlm not provide prediction intervals?
7 ビュー (過去 30 日間)
古いコメントを表示
fitlm provides 95% confidence intervals but not prediction intervals. Why? Is there an easy way to get prediction intervals?
0 件のコメント
回答 (1 件)
Hannah Chan
2020 年 8 月 3 日
If you use [ypred,yci] = predict(mdl,Xnew,Name,Value)
With Name = 'Prediction', and value = 'observation' it should give the prediction interval
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!