How do I generate samples from multivariate kernel density estimated distribution?
Afficher commentaires plus anciens
Unlike the univariate counterpart, there is no documentation for how to draw random samples from a multivariate kernel density estimation, as obtained from mvksdensity.
One possibility would be to query the mvksdensity at uniform random points, and accept the samples with the right probability.
Presumably one could replicate the estimated density using gmdistribution, with the number of components equal to the number of samples used in the kernel density estimation. But what is the right variance to use, and how does this relate to the bandwidth parameter used in mvksdensity?
Réponse acceptée
Plus de réponses (1)
Thomas Alderson
le 17 Juin 2020
0 votes
How to do this?
1 commentaire
Linus Schumacher
le 18 Juin 2020
Catégories
En savoir plus sur Kernel Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!