Feeds
질문
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]...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
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^...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 13년 전 | 답변 수: 0 | 0