How can i calculate PDF and CDF of non-parametric distribution?
6 ビュー (過去 30 日間)
古いコメントを表示
I want to do probabilistic forecast from point forecast. I do have error distribution (non parametric) from point forecast. How can i calculate PDF and CDF of non-parametric distribution?
0 件のコメント
採用された回答
Star Strider
2021 年 7 月 30 日
I am not certain what your data are. If ,they are appropriate for the function, I would begin with the ecdf function, since it is intended to do exactly what it appears that you want to do. It is usually easier to get the CDE first, then diferentiate it to get the PDF. See the See Also section of that documentation for similar functions.
11 件のコメント
Star Strider
2021 年 8 月 27 日
I honestly have no idea.
I have never heard ot that, and so I have no experience with it.
.
その他の回答 (1 件)
Bjorn Gustavsson
2021 年 7 月 30 日
You get some start towards estimates of the PDF/CDF from histogram and ksdensity. See the help and documentation to those functions. The next step (possibly) for you would then be to convert those estimates into a form (interpolating+extrapolating function?) that suits your forecast implementation - this might be trivial or "challenging" depending on circumstances - but those functions should give you first estimates.
HTH
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Probability Distributions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!