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 件のコメント

Adam Danz
Adam Danz 2021 年 8 月 23 日
It's not clear how this is related to Matlab.
israt fatema
israt fatema 2021 年 8 月 23 日
編集済み: Adam Danz 2021 年 8 月 24 日
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
Adam Danz
Adam Danz 2021 年 8 月 24 日
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.
israt fatema
israt fatema 2021 年 8 月 24 日
To be precisely, how to write the code? Thanks
israt fatema
israt fatema 2021 年 8 月 25 日
Please see the attached file, i am not sure how to use the boolean value for this equation!
Thanks
Adam Danz
Adam Danz 2021 年 8 月 27 日
編集済み: Adam Danz 2021 年 8 月 27 日
C(i) is 1 when yi in the interval [Li, Ui] and 0 if it's not in that interval.
israt fatema
israt fatema 2021 年 8 月 29 日
Thank you.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProbability Density Functions についてさらに検索

質問済み:

2021 年 8 月 23 日

コメント済み:

2021 年 8 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by