sampling from a mixture of 2 multivariate Gaussian distributions
이전 댓글 표시
Dear all,
Is there any matlab function that I can use in order to generate from a mixture of 2 multivariate Gaussian distributions?
I found that "mvgmmrnd" might do the job. But where is the official m.file for that function?
thanks
답변 (1개)
Tom Lane
2012년 10월 27일
0 개 추천
If you have the Statistics Toolbox, type "help gmdistribution". You can use it to construct a mixture of two Gaussians, then use its random method to sample from it.
카테고리
도움말 센터 및 File Exchange에서 Gaussian Mixture Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!