why does fitlm not provide prediction intervals?

10 views (last 30 days)
fitlm provides 95% confidence intervals but not prediction intervals. Why? Is there an easy way to get prediction intervals?

Answers (1)

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

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!