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]
# 1

> 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.

prometheuzza at 2007-7-10 0:43:26 > top of Java-index,Java Essentials,New To Java...
# 2
@OP: what norm? Euclidean? Frobenius? (== Manhattan distance).kind regards,Jos
JosAHa at 2007-7-10 0:43:27 > top of Java-index,Java Essentials,New To Java...