You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Draft of switch StudentTcdf to use tfp's betainc (#1475)
* Switch `StudentT` `cdf` to use tfp's `betainc`
Jax's `betainc` doesn't have gradients defined for all parameters while tfp's does
* Cleanup in line with PR review
* Remove unneeded import as directed by linter
0 commit comments