We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3a4fd commit 9fd90c0Copy full SHA for 9fd90c0
docs/source/api/samplers.rst
@@ -4,34 +4,19 @@ Samplers
4
This submodule contains functions for MCMC and forward sampling.
5
6
7
-.. currentmodule:: pymc.sampling.forward
+.. currentmodule:: pymc
8
9
.. autosummary::
10
:toctree: generated/
11
12
+ sample
13
sample_prior_predictive
14
sample_posterior_predictive
15
draw
-
16
-.. currentmodule:: pymc.sampling.deterministic
17
compute_deterministics
18
19
20
-.. currentmodule:: pymc.sampling.mcmc
21
22
-.. autosummary::
23
- :toctree: generated/
24
25
- sample
26
init_nuts
27
28
-.. currentmodule:: pymc.sampling.jax
29
30
31
32
33
- sample_blackjax_nuts
34
- sample_numpyro_nuts
+ sampling.jax.sample_blackjax_nuts
+ sampling.jax.sample_numpyro_nuts
35
36
37
Step methods
0 commit comments