CamDavidsonPilon / autograd-gamma

NotImplementedError: VJP of gammainc wrt argnum 0 not defined
MIT License
15 stars 4 forks source link

implement betainc #5

Closed CamDavidsonPilon closed 5 years ago

CamDavidsonPilon commented 5 years ago

https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.special.betainc.html

cristobaltapia commented 5 years ago

I was just going to ask about this haha. I was trying to implement it, but failed miserably due to lack of knowledge :P

CamDavidsonPilon commented 5 years ago

Available in 0.4.1

cristobaltapia commented 5 years ago

That was fast! Thanks for the implementation!