Serving the Quantitative Finance Community

 
User avatar
harinme
Topic Author
Posts: 0
Joined: February 15th, 2007, 4:16 pm

Evaluting bivariate norm. distribution function

June 22nd, 2007, 2:57 am

Hai,I want to calulate N(x ,y,rho) where N denotes bivariate normal distribution func. .......can someone guide me to an online calculator or some code in matlab ...........thanx in advance ...........
 
User avatar
LordR
Posts: 1
Joined: July 14th, 2002, 3:00 am

Evaluting bivariate norm. distribution function

June 22nd, 2007, 5:05 am

Have you tried google?I know it gives lots of answers, but if you cut it down to a search on"bivariate normal distribution function finance" you'll find what you want.
 
User avatar
spursfan
Posts: 2
Joined: October 7th, 2001, 3:43 pm

Evaluting bivariate norm. distribution function

June 22nd, 2007, 6:10 am

alan genz
 
User avatar
mikeoz
Posts: 1
Joined: September 28th, 2005, 2:58 pm

Evaluting bivariate norm. distribution function

June 22nd, 2007, 1:00 pm

If you have the Statistics toolbox in Matlab you can use mvncdf. For VBA you can get code from http://www.vbnumericalmethods.com/math/. Or you can read Hull and code it yourself
 
User avatar
AVt
Posts: 90
Joined: December 29th, 2001, 8:23 pm

Evaluting bivariate norm. distribution function

June 22nd, 2007, 7:25 pm

I think Graeme West has code in both VB(A) and C at his page, translates from Alan Genz
 
User avatar
harinme
Topic Author
Posts: 0
Joined: February 15th, 2007, 4:16 pm

Evaluting bivariate norm. distribution function

June 22nd, 2007, 8:44 pm

Thanx a lot I have got it from vbanumericalmethods and alan's code ........cheers
 
User avatar
newbanker
Posts: 0
Joined: June 10th, 2007, 6:30 am

Evaluting bivariate norm. distribution function

June 26th, 2007, 7:28 am

With such a prolification of free code out there on one hand, and a growing community inneed of VB, MATLAB, MATHEMATICA, C/C++ coded algorithms for real quant work, I oftenwonder who ever tests all that code. I would never rely on un-tested code forreal-world applications. As for school work -- I'd probably learn to code the stuff myself;after all, what is school for anyway?