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

Truncated exponential family distributions #193

Open ismailsenoz opened 4 months ago

ismailsenoz commented 4 months ago

It would be very nice to extend the current functionality to truncated distributions. I already started a proof of concept in truncate branch. This proof of concept covers all the univariate distributions in the repo. Nevertheless, it doesn't have the functionalities for multivariate and matrixvariate distributions.

ismailsenoz commented 4 months ago

@wouterwln @Nimrais @ThijsvdLaar @HoangMHNguyen I have assigned you folks as you all have knowledge with truncated distributions. A joint effort would be nice I think. It is not an urgent issue however a very useful one for extending model classes.