Generate a random number with specific probability density function
Ältere Kommentare anzeigen
I'm trying to generate a random number with a given PDF. I have the PDF stored as :
- X: with the possible values
- Y: with the density
plot(X,Y) displays the PDF
I've tried to use fitdist and makedist but I'm not able to convert it into a PDF object or anything usable.
Thanks you in advance
Antworten (1)
Sean de Wolski
am 7 Apr. 2015
0 Stimmen
slicesample will do this for you.
2 Kommentare
ricard molins
am 8 Apr. 2015
Torsten
am 8 Apr. 2015
Given x, interpolate the density y(x) from your data vector Y.
This will give you a Kind of "function" y(x).
Best wishes
Torsten.
Kategorien
Mehr zu Random Number Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!