Skip to content

Commit

Permalink
Add jax.scipy.stats.logistic to documentation. (google#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Feb 3, 2020
1 parent 0b1d2fc commit 3c9ae5e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/jax.scipy.rst
Expand Up @@ -108,6 +108,19 @@ jax.scipy.stats.laplace
logpdf
pdf

jax.scipy.stats.logistic
~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jax.scipy.stats.logistic
.. autosummary::
:toctree: _autosummary

cdf
isf
logpdf
pdf
ppf
sf

jax.scipy.stats.norm
~~~~~~~~~~~~~~~~~~~~
.. automodule:: jax.scipy.stats.norm
Expand All @@ -118,6 +131,7 @@ jax.scipy.stats.norm
logcdf
logpdf
pdf
ppf

jax.scipy.stats.uniform
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 3c9ae5e

Please sign in to comment.