-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add icdf function for Cauchy and Logistic distributions #6747
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6747 +/- ##
=======================================
Coverage 91.89% 91.90%
=======================================
Files 95 95
Lines 16147 16155 +8
=======================================
+ Hits 14839 14847 +8
Misses 1308 1308
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Ok, I decided to transform this into a PR for the Apologies for this turnaround, please let me know if anything for Thanks, |
I believe this PR is good to go! Let me know if you need me to work on anything with these two functions and tests. |
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.
Looks great!
What is this PR about?
Adds ICDF functions to
References:
https://en.wikipedia.org/wiki/Logistic_distribution
https://en.wikipedia.org/wiki/Cauchy_distribution
Issue #6612
Checklist
Major / Breaking Changes
New features
Cauchy.icdf
function.Logistic.icdf
function.Bugfixes
Documentation
Maintenance
📚 Documentation preview 📚: https://pymc--6747.org.readthedocs.build/en/6747/