Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
130 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in stan-dev/math that received 11 comments
Incorporate relative + absolute tolerance into grad_2F1
Summary Fixes issue #2158 by introducing combined absolute/relative tolerance to grad_2F1 and increasing the max number of default steps. Overall i…
Created an issue in stan-dev/math that received 10 comments
User-reported that grad_2F1 bumps into internal counter limit
Description
To avoid having the grad_2F1 function hang on boundary values, we have an internal step counter in the algorithm with a default of 1e5 …