Julia package for using distributions member of the Exponential family .
This package is mostly designed to build machine learning Bayesian models. Particularly, it provides functions to use both the natural and the standard parameters of the distributions. For a general purpose statistical Julia package we recommend to use Distributions.jl.
Documentation | Test Status |
---|---|
See the changelog file to check what's new since the last release.
The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:
pkg> add ExpFamilyDistributions
Have a look at the documentation to get started.