ReactiveBayes / ExponentialFamily.jl

ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations.
https://reactivebayes.github.io/ExponentialFamily.jl/
MIT License
12 stars 2 forks source link

ExponentialFamily.jl

Documentation Build Status Code Coverage
CI Aqua CodeCov

ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations. It is designed to facilitate working with exponential family distributions and offers specialized functionality tailored to this class of distributions.

Key Features

Read more about the package in the documentation.

Installation

ExponentialFamily.jl can be installed through the Julia package manager. In the Julia REPL, type ] to enter the package manager mode and run:

pkg> add ExponentialFamily

License

MIT License Copyright (c) 2023-2024 BIASlab, 2024-present ReactiveBayes