@@ -6,6 +6,55 @@ PyMC Example Gallery
6
6
7
7
object_index/index
8
8
9
+ Core notebooks
10
+ --------------
11
+
12
+ .. note ::
13
+
14
+ Unlike the rest of the notebooks below, these notebooks are not inside the "Examples" navbar section.
15
+
16
+ This subset of notebooks is kept separated and automatically executed so they are versioned
17
+ along with the API and learning documentation.
18
+
19
+ .. grid :: 1 2 3 3
20
+ :gutter: 4
21
+
22
+ .. grid-item-card :: Introductory Overview of PyMC
23
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
24
+ :link: pymc:pymc_overview
25
+ :link-type: ref
26
+ :shadow: none
27
+
28
+ .. grid-item-card :: GLM: Linear regression
29
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
30
+ :link: pymc:GLM_linear
31
+ :link-type: ref
32
+ :shadow: none
33
+
34
+ .. grid-item-card :: Model Comparison
35
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
36
+ :link: pymc:model_comparison
37
+ :link-type: ref
38
+ :shadow: none
39
+
40
+ .. grid-item-card :: Prior and Posterior Predictive Checks
41
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
42
+ :link: pymc:posterior_predictive
43
+ :link-type: ref
44
+ :shadow: none
45
+
46
+ .. grid-item-card :: Distribution Dimensionality
47
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
48
+ :link: pymc:dimensionality
49
+ :link-type: ref
50
+ :shadow: none
51
+
52
+ .. grid-item-card :: PyMC and Aesara
53
+ :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
54
+ :link: pymc:pymc_aesara
55
+ :link-type: ref
56
+ :shadow: none
57
+
9
58
(Generalized) Linear and Hierarchical Linear Models
10
59
---------------------------------------------------
11
60
@@ -127,4 +176,4 @@ How to
127
176
:glob:
128
177
:reversed:
129
178
130
- howto/*
179
+ howto/*
0 commit comments