Question about using regressionLearner app
2 ビュー (過去 30 日間)
古いコメントを表示
I ussd regressionLearner app to perporm Gaussian Process Regression.
and It was easy for me to use.
But I want to do one more thing which is not in the regressionLearner app.
according to this url, I can calculate 95% prediction interval.
but I cannot find anything about interval and I don't know how to do this with regressionLearner app.
Please let me know how to do this.
Thnaks.
0 件のコメント
回答 (1 件)
Drew
2022 年 11 月 10 日
Since the 95% prediction interval for GPR models is not viewable within the regression learner app, you can move to the matlab command line to view that information. You can do that by exporting the model and/or training function from the regression learner app (see https://www.mathworks.com/help/stats/export-regression-model-to-predict-new-data.html), and then using code like the example that you referenced https://kr.mathworks.com/help/stats/gaussian-process-regression-models.html to obtain and view the 95% prediction interval.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Gaussian Process Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!