Bivariate mvncdf for vectors with different covariance matrices
11 views (last 30 days)
Show older comments
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
0 Comments
Answers (0)
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!