File tree 4 files changed +39
-28
lines changed
4 files changed +39
-28
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ GPax is a small Python package for physics-based Gaussian processes (GPs) built
19
19
:caption: Package Content
20
20
21
21
models
22
- hypo
23
22
acquisition
24
23
kernels
24
+ priors
25
+ hypo
25
26
utils
26
27
27
28
.. toctree ::
Original file line number Diff line number Diff line change @@ -96,3 +96,13 @@ Multi-Task Learning
96
96
:undoc-members:
97
97
:member-order: bysource
98
98
:show-inheritance:
99
+
100
+ Structured Probabilistic Models
101
+ -------------------------------
102
+ .. autoclass :: gpax.models.spm.sPM
103
+ :members:
104
+ :inherited-members:
105
+ :undoc-members:
106
+ :member-order: bysource
107
+ :show-inheritance:
108
+
Original file line number Diff line number Diff line change
1
+ Priors
2
+ ======
3
+
4
+ .. autofunction :: gpax.utils.normal_dist
5
+
6
+ .. autofunction :: gpax.utils.lognormal_dist
7
+
8
+ .. autofunction :: gpax.utils.halfnormal_dist
9
+
10
+ .. autofunction :: gpax.utils.gamma_dist
11
+
12
+ .. autofunction :: gpax.utils.uniform_dist
13
+
14
+ .. autofunction :: gpax.utils.place_normal_prior
15
+
16
+ .. autofunction :: gpax.utils.place_lognormal_prior
17
+
18
+ .. autofunction :: gpax.utils.place_halfnormal_prior
19
+
20
+ .. autofunction :: gpax.utils.place_uniform_prior
21
+
22
+ .. autofunction :: gpax.utils.place_gamma_prior
23
+
Original file line number Diff line number Diff line change 1
1
Utilities
2
2
=========
3
3
4
- Priors
5
- ------
4
+ Automatic function setters
5
+ --------------------------
6
6
7
- .. autofunction :: gpax.utils.normal_dist
7
+ .. autofunction :: gpax.utils.set_fn
8
8
9
- .. autofunction :: gpax.utils.lognormal_dist
10
-
11
- .. autofunction :: gpax.utils.halfnormal_dist
12
-
13
- .. autofunction :: gpax.utils.gamma_dist
14
-
15
- .. autofunction :: gpax.utils.uniform_dist
16
-
17
- .. autofunction :: gpax.utils.place_normal_prior
18
-
19
- .. autofunction :: gpax.utils.place_lognormal_prior
20
-
21
- .. autofunction :: gpax.utils.place_halfnormal_prior
22
-
23
- .. autofunction :: gpax.utils.place_uniform_prior
24
-
25
- .. autofunction :: gpax.utils.place_gamma_prior
9
+ .. autofunction :: gpax.utils.set_kernel_fn
26
10
27
11
28
12
Other utilities
29
13
---------------
30
14
31
- .. autoclass :: gpax.models.spm.sPM
32
- :members:
33
- :inherited-members:
34
- :undoc-members:
35
- :member-order: bysource
36
- :show-inheritance:
37
-
38
15
.. autofunction :: gpax.utils.dviz
39
16
40
17
.. autofunction :: gpax.utils.get_keys
You can’t perform that action at this time.
0 commit comments