File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,40 @@ methods in the current release of PyMC experimental.
9
9
:maxdepth: 2
10
10
11
11
12
+ :mod: `pymc_experimental `
13
+ =============================
14
+
15
+ .. automodule :: pymc_experimental.marginal_model
16
+ :members: MarginalModel
17
+
18
+ .. automodule :: pymc_experimental.model_builder
19
+ :members: ModelBuilder
20
+
21
+
22
+ :mod: `pymc_experimental.inference `
23
+ =============================
24
+
25
+ .. automodule :: pymc_experimental.inference.fit
26
+ :members: fit
27
+
28
+
12
29
:mod: `pymc_experimental.distributions `
13
30
=============================
14
31
32
+ .. automodule :: pymc_experimental.distributions.continuous
33
+ :members: GenExtreme
34
+
15
35
.. automodule :: pymc_experimental.distributions.histogram_utils
16
36
:members: histogram_approximation
17
37
18
38
39
+ :mod: `pymc_experimental.gp `
40
+ =============================
41
+
42
+ .. automodule :: pymc_experimental.gp.latent_approx
43
+ :members: HSGP
44
+
45
+
19
46
:mod: `pymc_experimental.utils `
20
47
=============================
21
48
@@ -24,3 +51,4 @@ methods in the current release of PyMC experimental.
24
51
25
52
.. automodule :: pymc_experimental.utils.prior
26
53
:members: prior_from_idata
54
+
You can’t perform that action at this time.
0 commit comments