why does fitlm not provide prediction intervals?

7 ビュー (過去 30 日間)
Isabel Chen
Isabel Chen 2015 年 1 月 31 日
回答済み: Hannah Chan 2020 年 8 月 3 日
fitlm provides 95% confidence intervals but not prediction intervals. Why? Is there an easy way to get prediction intervals?

回答 (1 件)

Hannah Chan
Hannah Chan 2020 年 8 月 3 日
Using [ypred,yci] = predict(mdl,Xnew) gives the confidence interval.
With Name = 'Prediction', and value = 'observation' it should give the prediction interval

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by