-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add gammainc(c) derivatives #513
Conversation
Codecov Report
@@ Coverage Diff @@
## main #513 +/- ##
==========================================
+ Coverage 76.89% 76.91% +0.01%
==========================================
Files 149 149
Lines 46602 46689 +87
Branches 10230 10242 +12
==========================================
+ Hits 35833 35909 +76
- Misses 8190 8196 +6
- Partials 2579 2584 +5
|
1987484
to
ae57864
Compare
ae57864
to
9e2b8cb
Compare
Is speed a concern here with a pure-Python implementation? |
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.
Do you want to create a follow-up issue for the non-Python implementation and merge this in the meantime?
There is already a follow up issue here: #514 Yes, I think we can merge this already |
13d3984
to
924e8c4
Compare
The last commit was a merge commit; I've rebased instead. |
This PR adds a Python implementation of derivatives of the
gammainc
andgamaincc
. Closes #74.The algorithms were adapted from the STAN library.