-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
|
|
Is speed a concern here with a pure-Python implementation? |
brandonwillard
left a comment
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
gammaincandgamaincc. Closes #74.The algorithms were adapted from the STAN library.