Generating numbers from a multivariate standard normal distribution
이전 댓글 표시
Hello,
I have estimated the product moment correlation p between 3 normal variables YT1, YT2 and YD. I want generate 3 numbers yt1, yt2 and yd from a multivariate standard normal distribution with correlation p.
This is my correlation matrix:
YT1 YT2 D
YT1 1 0.25 -0.33
YT2 0.25 1 0.27
D -0.33 0.27 1
Could anybody advise me on how to do this in Matlab?
Thank you
John
답변 (1개)
Oleg Komarov
2012년 4월 13일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Multivariate t Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!