How can i calculate PDF and CDF of non-parametric distribution?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
israt fatema
am 30 Jul. 2021
Kommentiert: israt fatema
am 27 Aug. 2021
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 Kommentare
Akzeptierte Antwort
Star Strider
am 30 Jul. 2021
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 Kommentare
Star Strider
am 27 Aug. 2021
I honestly have no idea.
I have never heard ot that, and so I have no experience with it.
.
Weitere Antworten (1)
Bjorn Gustavsson
am 30 Jul. 2021
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 Kommentare
Siehe auch
Kategorien
Mehr zu Probability Distributions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!