How to calculate the inverse cumulative beta distribution function in java
问题 I am looking for a java library / implementation which supports the calculation of the inverse cumulative distribution function for the beta distribution (aka estimation of quantiles) with reasonable precision . Of course I have tried apache commons math, but in version 3 there still seem to be some issues with the precision. Below the problem which lead to this question is described extensively. Suppose I want to calculate the credible interval of a beta distribution with a lot of trials. In