Page 1 of 1

Java cumulative standard normal distribution

Posted: December 20th, 2010, 11:07 am
by ShKalen
Hello,I need to compute the Phi = cumulative standard normal distribution in Java. I need for Black-Scholes.Somebody know: what is the forward zero curve? (for rating category)

Java cumulative standard normal distribution

Posted: December 21st, 2010, 2:41 am
by acastaldo
The so called Hart method works well for the cumulative normal distribution. I do not know of a version in Java but it should not be difficult to take the VBA version of Cumnorm by Graeme West (for example) and translate it to the language of your choice. Another well known method is Abramovitz and Stegun, also widely implemented, and if I recall correctly printed in the Hull Derivatives book.When asking two questions please post them separately.

Java cumulative standard normal distribution

Posted: December 21st, 2010, 6:50 am
by ShKalen
Thank you a lot!

Java cumulative standard normal distribution

Posted: December 22nd, 2010, 6:50 am
by hli7
Here you goSuanShu Java statistics