why does fitlm not provide prediction intervals?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
fitlm provides 95% confidence intervals but not prediction intervals. Why? Is there an easy way to get prediction intervals?
0 commentaires
Réponses (1)
Hannah Chan
le 3 Août 2020
If you use [ypred,yci] = predict(mdl,Xnew,Name,Value)
With Name = 'Prediction', and value = 'observation' it should give the prediction interval
0 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!