How to sample from a distribution?
조회 수: 77 (최근 30일)
이전 댓글 표시
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
채택된 답변
Star Strider
2023년 1월 20일
‘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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!