simulation of a probability on Matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone,
I have this density of proability
p(x1,x2,x3,x4)=log2(1+x1/(1+(x2+x3+x4)))*x1*x2*x3*x4/sigma*exp(-(x1^2+x2^2+x3^2+x4^2)/sigma)
and I want to simulate the multiple integral of p(x1,x2,x3,x4)dx1 dx2 dx3 dx4
Is it possible on Matlab, if yes how can I do it?
Thank you so much for your help
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Monte-Carlo에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!