How can we write the excel function =Normsdist() in Java?
Hi, I need to use one function in my java program to compute N(z) . In excel the function is =Normsdist(z). Is there any built-in library function for this in Java? How can I accomplish this? Please give me some solutions...Thanks.
[252 byte] By [
atiq761a] at [2007-11-26 20:19:27]

> I need to use one function in my java program to
> compute N(z) . In excel the function is
> =Normsdist(z). Is there any built-in library
> function for this in Java?
No.
> How can I accomplish
> this? Please give me some solutions...
>
> Thanks.
Write your own, or use a 3rd party library.