ReactiveBayes / ExponentialFamilyProjection.jl

A library to project an arbitrary function to an exponential family member distribution with the manifold optimization
MIT License
9 stars 0 forks source link

Add projection tests for Rayleigh #22

Closed ismailsenoz closed 1 month ago

ismailsenoz commented 2 months ago

This PR adds projection tests for Rayleigh distribution. Simple projections pass but projecting from LogNormal to Rayleigh fails tests. Projecting from Gamma with large parameters also fail.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.06%. Comparing base (b46db83) to head (72f460a). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 99.06% 99.06% ======================================= Files 5 5 Lines 215 215 ======================================= Hits 213 213 Misses 2 2 ```

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