JAXtronomy / spexial

Special functions in Jax
MIT License
10 stars 3 forks source link

Add Inverse of incomplete beta function #16

Open Qazalbash opened 3 days ago

Qazalbash commented 3 days ago

jax.scipy.special does not provide betaincinv. They asked to use tfp.math.betaincinv in a comment. It would be great if you could add its implementation here. A related discussion.