-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logprob derivation of Max for Discrete IID distributions #6790
Logprob derivation of Max for Discrete IID distributions #6790
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6790 +/- ##
==========================================
- Coverage 92.07% 82.41% -9.66%
==========================================
Files 100 100
Lines 16875 16886 +11
==========================================
- Hits 15538 13917 -1621
- Misses 1337 2969 +1632
|
14cd1c8
to
57d0ac2
Compare
@ricardoV94 @larryshamalama I have updated this branch as per latest modifications and also modified it to support Discrete distributions. Now we need tests to support discrete distribution! 🙂 |
57d0ac2
to
c9d4697
Compare
c9d4697
to
be1ee9f
Compare
be1ee9f
to
f505cef
Compare
f505cef
to
3f2f160
Compare
27a4348
to
fd969bb
Compare
Hey @ricardoV94 @larryshamalama . I have added the changes and this branch seems good to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's rerun when the PyTensor fix gets through, but LGTM
d3c45f5
to
894ff27
Compare
What is this PR about?
This PR is the extension of PR #6769 and aims to provide a solution for implementing the Max operation for discrete distributions from order statistics to solve the issue #6350 and issue #6773.
Checklist
Major / Breaking Changes
New features
Bugfixes
Documentation
Maintenance
📚 Documentation preview 📚: https://pymc--6790.org.readthedocs.build/en/6790/