Welcome to rvlib
, a package for statistical distributions
The aim of rvlib
is to mimic the user friendly API of the Distributions.jl package while improving upon the performance of scipy.stats by exploiting numba.
The package can be installed on unix systems through conda-forge
by running
conda config --add channels conda-forge
conda install rvlib
You can find the package on GitHub.
Documentation is coming soon. In the mean time you can check out the corresponding page for the Distributions.jl
package.
Daniel Csaba -- @danielcsaba
Spencer Lyon -- @sglyon