Hi Mikkel, > > I have created MATH-774 https://issues.apache.org/jira/browse/MATH-774 > and assigned it to myself. I will check if other of the implemented > methods in oacm.random are not used either and open new issues if that > is the case. > > Thanks for making us aware of this, Paul. > > Cheers, Mikkel. > while you are at it, you might also want to check whether inverseCumulativeProbability(double) is appropriately overriden when closed-form expressions exist for the specific distribution at hand. I remember having to correct uniform and triangular distributions, which were invoking the default implementation of inverseCumulativeProbability(double), and therefore using iterative solvers to basically solve a linear (quadratic) equation...
Best regards, Sébastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org