File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -4,34 +4,19 @@ Samplers
44This submodule contains functions for MCMC and forward sampling.
55
66
7- .. currentmodule :: pymc.sampling.forward
7+ .. currentmodule :: pymc
88
99.. autosummary ::
1010 :toctree: generated/
1111
12+ sample
1213 sample_prior_predictive
1314 sample_posterior_predictive
1415 draw
15-
16- .. currentmodule :: pymc.sampling.deterministic
1716 compute_deterministics
18-
19-
20- .. currentmodule :: pymc.sampling.mcmc
21-
22- .. autosummary ::
23- :toctree: generated/
24-
25- sample
2617 init_nuts
27-
28- .. currentmodule :: pymc.sampling.jax
29-
30- .. autosummary ::
31- :toctree: generated/
32-
33- sample_blackjax_nuts
34- sample_numpyro_nuts
18+ sampling.jax.sample_blackjax_nuts
19+ sampling.jax.sample_numpyro_nuts
3520
3621
3722Step methods
You can’t perform that action at this time.
0 commit comments