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
4
4
This submodule contains functions for MCMC and forward sampling.
5
5
6
6
7
- .. currentmodule :: pymc.sampling.forward
7
+ .. currentmodule :: pymc
8
8
9
9
.. autosummary ::
10
10
:toctree: generated/
11
11
12
+ sample
12
13
sample_prior_predictive
13
14
sample_posterior_predictive
14
15
draw
15
-
16
- .. currentmodule :: pymc.sampling.deterministic
17
16
compute_deterministics
18
-
19
-
20
- .. currentmodule :: pymc.sampling.mcmc
21
-
22
- .. autosummary ::
23
- :toctree: generated/
24
-
25
- sample
26
17
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
35
20
36
21
37
22
Step methods
You can’t perform that action at this time.
0 commit comments