Why are prediction intervals on fitlm NaN
2 ビュー (過去 30 日間)
古いコメントを表示
Using
mdl = fitlm(x_mlr,y,'quadratic'); [y,pi] = predict(mdl,x,'Prediction','observation');
results in perfectly fitting model but in a pi matrix containing NaNs only. Any suggestion why this is the case. It works fine for:
mdl = fitlm(x_mlr,y,'linear');
Thank you in advance
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Analysis of Variance and Covariance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!