Closed Nimrais closed 4 months ago
Attention: Patch coverage is 98.21429%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 99.06%. Comparing base (
d7412dc
) to head (ac82def
). Report is 44 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/projected_to.jl | 94.11% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It was observed, that the method does not correctly project the distributions with non constant base measure. This PR corrects the gradient of the objective and the objective value.
The tests for Chisq right now are passing.
Ref https://github.com/ReactiveBayes/ExponentialFamilyProjection.jl/issues/18