How can i calculate PDF and CDF of non-parametric distribution?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
israt fatema
il 30 Lug 2021
Commentato: israt fatema
il 27 Ago 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 Commenti
Risposta accettata
Star Strider
il 30 Lug 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 Commenti
Star Strider
il 27 Ago 2021
I honestly have no idea.
I have never heard ot that, and so I have no experience with it.
.
Più risposte (1)
Bjorn Gustavsson
il 30 Lug 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 Commenti
Vedere anche
Categorie
Scopri di più su Probability Distributions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!