Community Profile

photo

Kolibris


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Integral2 and array valued functions
I want to calculate the following: Og = [4 3;3 4]; Oginv = inv(Og); syms s1 s2 z = [s1 s2]*Oginv*[s1;s2]...

11 years ago | 1 answer | 0

1

answer

Question


How to supply a function elementwise to Integral2
Hi guys, I want to evaluate a double integral of the form int_{-inf}^a int_{-inf}^b sum_{i,j}^K a_i*a_j*x^i*y^j*exp(-x^2 - y^...

11 years ago | 0 answers | 0

0

answers

Question


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 withou...

11 years ago | 0 answers | 0

0

answers