필터 지우기
필터 지우기

Normalise multivariate probability density

조회 수: 1 (최근 30일)
Jerone
Jerone 2015년 11월 26일
답변: Dave Behera 2015년 12월 2일
Hi, I have some multivariate data of dimension 4. I have used mvnpdf to compute their densities.
However, I would like to normalise the densities by using a partition function. I wish to calculate:
where pi_l is some constant and N(v;mean;covariance) is the mvnpdf and v is a data point.
How would i go about this?

답변 (1개)

Dave Behera
Dave Behera 2015년 12월 2일
To compute the integral above, you can use the Multivariate normal cumulative distribution function 'mvncdf' described here:
Also, you may need to multiply the constant pi_l (present within the integral above) to the output of 'mvncdf' function to get the correct result.

카테고리

Help CenterFile Exchange에서 Random Number Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by