For a project I have a specification with formulas, I have to implement. In these formulas a cumulative standard normal distribution function exists, that takes a float and outputs a probability. The function is symbolized by a Φ. Exists a Java-library, that computes this function?
Share
A co-worker suggested colt, as he used it before. This function has exactly the result as the example in the reference document.