How to generate random sample from a specific PDF?

Hello, I've obtained a distribution of a random variable "kc". The PDF is in the form of two vectors (kc, phi_kc), so we don't have the explicit formula. Now I have to generate random sample from that PDF to re-inject into my system. I tried to search around but haven't found a good answer to my problem. I'll appriciate every help. Best regards.

 채택된 답변

the cyclist
the cyclist 2012년 3월 30일

3 개 추천

Is the phi_kc vector a discrete PDF, such that it specifies the probabilities of kc and sums to 1? If so, then if you have the Statistics Toolbox you can use the randsample() function to generate values from the distribution phi_kc. In particular, see the last example in "doc randsample", also available here: http://www.mathworks.com/help/toolbox/stats/randsample.html
If not, maybe you can give a bit more details about what phi_kc represents?

댓글 수: 1

it's exactly what I'm searching for. Thank you for your help!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Random Number Generation에 대해 자세히 알아보기

태그

질문:

2012년 3월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by