Hi guys,
I'm writing one simple program but it needs to calculate the N(z) value. N(z) is the probability that a random number drawn from a standard normal distribution is less than z.
In excel the formula to calculate this is =Normsdist().
How can I do this calculation in Java? Any built-in function for this? Please give me some suggestions!
Thanks.


