How can i evaluate probabilistic forecast results?

How can i evaluate prediction interval or density forecast result like reliabilty, skill or sharpness? Few papers i read used prediction interval coverage probability (PICP) and the mean prediction interval width (MPIW) can be used for prediction interval or CRPS but i am not sure how to interpret the results, since i am trying to use point forecast's error distribution. Thanks

7 Kommentare

It's not clear how this is related to Matlab.
israt fatema
israt fatema am 23 Aug. 2021
Bearbeitet: Adam Danz am 24 Aug. 2021
As we can evaluate results and calculate for point forecasting:
rmse = sqrt(mean((Pred-Test).^2))
MAE = mae(Pred-Test)
My question was how to calucalte, interpret and write PICP/MPIW/CRPS as a Matlab code for probabilistic forecasting?
Thanks
That's much too general. I'm trying to understand whether you're looking for help in understanding how to do the calculations, how to interpret the resuls, and how to write the code, or if you're looking for something much more specific. If it's the prior, I'd recommend hitting the books. I wonder if this one would be helpful.
To be precisely, how to write the code? Thanks
Please see the attached file, i am not sure how to use the boolean value for this equation!
Thanks
Adam Danz
Adam Danz am 27 Aug. 2021
Bearbeitet: Adam Danz am 27 Aug. 2021
C(i) is 1 when yi in the interval [Li, Ui] and 0 if it's not in that interval.
Thank you.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Gefragt:

am 23 Aug. 2021

Kommentiert:

am 29 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by