How to resample continuous random variables based on a 2D probability density function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have two-dimensional data and n number of data. I can have the Kernel density estimation of this data, how can I generate more data based on this distribution?
0 Kommentare
Antworten (1)
Arun Mathamkode
am 26 Sep. 2018
I believe the randsample function will be helpful to you. You can use the density estimate from the kernel density estimation as the weights in randsample. You can also use Metropolis-Hastings sample method ( mhsample ) but it may be more suited if you have an analytical expression of the pdf.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing 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!