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

Fix VonMises inplace prod and tests #190

Closed ismailsenoz closed 6 months ago

ismailsenoz commented 6 months ago

VonMises inplace prod was not considering the conditioners. The PR augments the product with the conditioner. Test suite is changed such that the products in mean and natural spaces are checked against each other.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (835711e) 80.22% compared to head (69c6ec4) 80.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #190 +/- ## ======================================= Coverage 80.22% 80.22% ======================================= Files 39 39 Lines 3095 3095 ======================================= Hits 2483 2483 Misses 612 612 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.