Bivariate mvncdf for vectors with different covariance matrices

I want to do the following:
for i = 1:N
l(i) = mvncdf(x(i,:), mu, sigma(:,:,i))
end
Can I do it without a loop given that a covariance matrix is different for each row of x?
Kind regards, Kolibris

Answers (0)

Categories

Tags

Asked:

on 8 Feb 2013

Community Treasure Hunt

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

Start Hunting!