Skip to content

Commit

Permalink
document sampling related functions as users should import them
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored and ricardoV94 committed Apr 6, 2024
1 parent 3d3a4fd commit 9fd90c0
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions docs/source/api/samplers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,19 @@ Samplers
This submodule contains functions for MCMC and forward sampling.


.. currentmodule:: pymc.sampling.forward
.. currentmodule:: pymc

.. autosummary::
:toctree: generated/

sample
sample_prior_predictive
sample_posterior_predictive
draw

.. currentmodule:: pymc.sampling.deterministic
compute_deterministics


.. currentmodule:: pymc.sampling.mcmc

.. autosummary::
:toctree: generated/

sample
init_nuts

.. currentmodule:: pymc.sampling.jax

.. autosummary::
:toctree: generated/

sample_blackjax_nuts
sample_numpyro_nuts
sampling.jax.sample_blackjax_nuts
sampling.jax.sample_numpyro_nuts


Step methods
Expand Down

0 comments on commit 9fd90c0

Please sign in to comment.