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 Weibull #23

Closed ismailsenoz closed 1 month ago

ismailsenoz commented 2 months ago

This PR adds projection tests for Weibull distribution. Projection tests include simple Weibull to Weibull and Exponential to Weibull. For exponential to Weibull, conditioner of Weibull needs to be fixed to 1. When Rayleigh branch is merged we should add tests for projecting Rayleigh into Weibull by fixing the Weibull conditioner to 1.

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 (29b39c8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= 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.