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
`cumulative distribution function of standard normal distribution <https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_function>`_.
2731
+
Implementation uses :func:`jax.scipy.special.ndtr` for :math:`\Phi`.
`cumulative distribution function of standard normal distribution <https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_function>`_.
2756
+
Implementation uses :func:`jax.scipy.special.ndtri` for :math:`\Phi^{-1}`.
0 commit comments