JDistlib
Java library of statistical distribution
This project moved to Github: https://robbyjo.github.io/JDistlib/
A Java package that provides routines for various statistical distributions. Based on R version 2.14.1 (continuously updated; current as of R v4.6.1). The major difference is that JDistlib is thread safe. The library contains the density (pdf), cumulative (cdf), quantile, and random number generator (RNG) routines of the following distributions: Ansari, Beta, Binomial, Cauchy, Chi square, Exponential, Fisher's F, Gamma,...