Skip to content

Commit f600919

Browse files
author
Hugo Bowne-Anderson
authored
Correct enumeration in Instr-NB-1
1 parent 559ce32 commit f600919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/01-Instructor-Probability_a_simulated_introduction.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@
741741
"cell_type": "markdown",
742742
"metadata": {},
743743
"source": [
744-
"## 2. PROBABILITY DISTRIBUTIONS AND THEIR STORIES"
744+
"## 3. PROBABILITY DISTRIBUTIONS AND THEIR STORIES"
745745
]
746746
},
747747
{
@@ -1226,7 +1226,7 @@
12261226
"cell_type": "markdown",
12271227
"metadata": {},
12281228
"source": [
1229-
"## 3. Joint Probability & Conditional Probability"
1229+
"## 4. Joint Probability & Conditional Probability"
12301230
]
12311231
},
12321232
{
@@ -1643,7 +1643,7 @@
16431643
"cell_type": "markdown",
16441644
"metadata": {},
16451645
"source": [
1646-
"## 4. Bayes' Theorem\n",
1646+
"## 5. Bayes' Theorem\n",
16471647
"\n",
16481648
"$$P(B|A) = \\frac{P(A|B)P(B)}{P(A)}$$"
16491649
]

0 commit comments

Comments
 (0)