Skip to content

Commit b63f1b6

Browse files
committed
Updates for current PyMC
1 parent 73bd8bc commit b63f1b6

21 files changed

+1961
-2484
lines changed

soln/chap01.ipynb

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "1331faa1",
65
"metadata": {},
76
"source": [
87
"You can order print and ebook versions of *Think Bayes 2e* from\n",
@@ -17,21 +16,6 @@
1716
"# Probability"
1817
]
1918
},
20-
{
21-
"cell_type": "markdown",
22-
"metadata": {
23-
"tags": [
24-
"remove-cell"
25-
]
26-
},
27-
"source": [
28-
"Think Bayes, Second Edition\n",
29-
"\n",
30-
"Copyright 2020 Allen B. Downey\n",
31-
"\n",
32-
"License: [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
33-
]
34-
},
3519
{
3620
"cell_type": "markdown",
3721
"metadata": {},
@@ -2225,8 +2209,18 @@
22252209
},
22262210
{
22272211
"cell_type": "markdown",
2228-
"metadata": {},
2229-
"source": []
2212+
"metadata": {
2213+
"tags": [
2214+
"remove-print"
2215+
]
2216+
},
2217+
"source": [
2218+
"*Think Bayes*, Second Edition\n",
2219+
"\n",
2220+
"Copyright 2020 Allen B. Downey\n",
2221+
"\n",
2222+
"License: [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
2223+
]
22302224
}
22312225
],
22322226
"metadata": {
@@ -2246,7 +2240,7 @@
22462240
"name": "python",
22472241
"nbconvert_exporter": "python",
22482242
"pygments_lexer": "ipython3",
2249-
"version": "3.10.12"
2243+
"version": "3.11.11"
22502244
}
22512245
},
22522246
"nbformat": 4,

soln/chap02.ipynb

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "1331faa1",
65
"metadata": {},
76
"source": [
87
"You can order print and ebook versions of *Think Bayes 2e* from\n",
@@ -17,21 +16,6 @@
1716
"# Bayes's Theorem"
1817
]
1918
},
20-
{
21-
"cell_type": "markdown",
22-
"metadata": {
23-
"tags": [
24-
"remove-cell"
25-
]
26-
},
27-
"source": [
28-
"Think Bayes, Second Edition\n",
29-
"\n",
30-
"Copyright 2020 Allen B. Downey\n",
31-
"\n",
32-
"License: [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
33-
]
34-
},
3519
{
3620
"cell_type": "markdown",
3721
"metadata": {},
@@ -1703,11 +1687,19 @@
17031687
]
17041688
},
17051689
{
1706-
"cell_type": "code",
1707-
"execution_count": null,
1708-
"metadata": {},
1709-
"outputs": [],
1710-
"source": []
1690+
"cell_type": "markdown",
1691+
"metadata": {
1692+
"tags": [
1693+
"remove-print"
1694+
]
1695+
},
1696+
"source": [
1697+
"*Think Bayes*, Second Edition\n",
1698+
"\n",
1699+
"Copyright 2020 Allen B. Downey\n",
1700+
"\n",
1701+
"License: [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
1702+
]
17111703
}
17121704
],
17131705
"metadata": {
@@ -1727,7 +1719,7 @@
17271719
"name": "python",
17281720
"nbconvert_exporter": "python",
17291721
"pygments_lexer": "ipython3",
1730-
"version": "3.10.12"
1722+
"version": "3.11.11"
17311723
}
17321724
},
17331725
"nbformat": 4,

soln/chap03.ipynb

Lines changed: 44 additions & 52 deletions
Large diffs are not rendered by default.

soln/chap04.ipynb

Lines changed: 64 additions & 97 deletions
Large diffs are not rendered by default.

soln/chap05.ipynb

Lines changed: 45 additions & 66 deletions
Large diffs are not rendered by default.

soln/chap06.ipynb

Lines changed: 49 additions & 58 deletions
Large diffs are not rendered by default.

soln/chap07.ipynb

Lines changed: 84 additions & 112 deletions
Large diffs are not rendered by default.

soln/chap08.ipynb

Lines changed: 67 additions & 106 deletions
Large diffs are not rendered by default.

soln/chap09.ipynb

Lines changed: 83 additions & 122 deletions
Large diffs are not rendered by default.

soln/chap10.ipynb

Lines changed: 67 additions & 100 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)