aesara-devs / aemcmc

AeMCMC is a Python library that automates the construction of samplers for Aesara graphs representing statistical models.
https://aemcmc.readthedocs.io/en/latest/
MIT License
39 stars 11 forks source link

Add closed-form posterior for gamma-poisson observation model #58

Closed rlouf closed 2 years ago

rlouf commented 2 years ago

Closes #37

codecov[bot] commented 2 years ago

Codecov Report

Base: 97.23% // Head: 97.35% // Increases project coverage by +0.12% :tada:

Coverage data is based on head (35f40d2) compared to base (e0336b6). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #58 +/- ## ========================================== + Coverage 97.23% 97.35% +0.12% ========================================== Files 9 9 Lines 578 606 +28 Branches 63 63 ========================================== + Hits 562 590 +28 Misses 5 5 Partials 11 11 ``` | [Impacted Files](https://codecov.io/gh/aesara-devs/aemcmc/pull/58?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [aemcmc/conjugates.py](https://codecov.io/gh/aesara-devs/aemcmc/pull/58/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWVtY21jL2Nvbmp1Z2F0ZXMucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.