-
Notifications
You must be signed in to change notification settings - Fork 56
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 special functions tests #207
Conversation
Codecov Report
@@ Coverage Diff @@
## developer #207 +/- ##
=============================================
+ Coverage 31.61% 32.19% +0.57%
=============================================
Files 124 124
Lines 11664 11707 +43
Branches 1784 1786 +2
=============================================
+ Hits 3688 3769 +81
+ Misses 7535 7494 -41
- Partials 441 444 +3
Continue to review full report at Codecov.
|
@bvenn as this now also changes code usage of special functions in the distribution modules, i'd suggest to merge this first and rebase all other PRs from the hackathon that fix code on this. Double check for correct usage of e.g. |
This PR will add tests for the following special functions:
implements #215 for
erfcx
,gamma
,gammaLn
,beta
,betaLn
,factorial
,factorialLn
,Binomial.coefficient
,Binomial.coefficientLn