From: Marc Braun on
Hi,

I really hope that somebody could show me how to compute
this with matlab (6.5). I need it as a part of a thesis.
Thank you for all answers in advance!


(Integralf Integral f(x,y)dxdy) + (Integral Integral f(x,y)
dxdy)

Or would it be easier to compute it with another program?
From: Ken Davis on
"Marc Braun" <marcimark(a)web.de> wrote in message
news:fagthn$luf$1(a)fred.mathworks.com...
> Hi,
>
> I really hope that somebody could show me how to compute
> this with matlab (6.5). I need it as a part of a thesis.
> Thank you for all answers in advance!
>
>
> (Integralf Integral f(x,y)dxdy) + (Integral Integral f(x,y)
> dxdy)
>
> Or would it be easier to compute it with another program?

http://alex.strashny.org/b/mvncdf.m


From: Peter Perkins on
Marc Braun wrote:

> I really hope that somebody could show me how to compute
> this with matlab (6.5). I need it as a part of a thesis.
> Thank you for all answers in advance!
>
> (Integralf Integral f(x,y)dxdy) + (Integral Integral f(x,y)
> dxdy)


The Statistics Toolbox has had MVNCDF and MVNCDF since (as I recall) R2006a, but
if that's not available to you, then Alan Genz's website

<http://www.math.wsu.edu/faculty/genz/homepage>

includes several MATLAB functions that should do what you need (he is the expert
on this stuff).

Hope this helps.

- Peter Perkins
The MathWorks, Inc.