Question about using regressionLearner app

4 views (last 30 days)
Sierra
Sierra on 11 Sep 2022
Answered: Drew on 10 Nov 2022
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.

Answers (1)

Drew
Drew on 10 Nov 2022
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.

Community Treasure Hunt

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

Start Hunting!