Install libranlip1c2 by entering the following commands in the terminal:
sudo apt update sudo apt install libranlip1c2
Description:
generates random variates with multivariate Lipschitz density
RanLip generates random variates with an arbitrary multivariate Lipschitz density. . While generation of random numbers from a variety of distributions is implemented in many packages (like GSL library http://www.gnu.org/software/gsl/ and UNURAN library http://statistik.wu-wien.ac.at/unuran/), generation of random variate with an arbitrary distribution, especially in the multivariate case, is a very challenging task. RanLip is a method of generation of random variates with arbitrary Lipschitz-continuous densities, which works in the univariate and multivariate cases, if the dimension is not very large (say 3-10 variables). . Lipschitz condition implies that the rate of change of the function (in this case, probability density p(x)) is bounded: . |p(x)-p(y)|
Homepage: http://www.deakin.edu.au/~gleb/ranlip.html
Version: 1.0-4.2
Section: universe/libs