How to sample from a distribution?
153 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do you use randsample (or maybe something else?) to sample from a distribution? Can you define a non-standard distribution as long as you have the formula for the pdf?
0 commentaires
Réponse acceptée
Star Strider
le 20 Jan 2023
‘How do you use randsample (or maybe something else?) to sample from a distribution?‘
‘Can you define a non-standard distribution as long as you have the formula for the pdf?’
Yes. See Nonparametric and Empirical Probability Distributions for an extensive discussion. The ecdf function can be used to define an empirical distibution. (Getting random numbers from it would likely require inverting its pdf first, and that could be something of a challenge, depending on the distribution.)
.
4 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spline Postprocessing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!