You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: probability.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@
322
322
"cell_type": "markdown",
323
323
"metadata": {},
324
324
"source": [
325
-
"Let us assume we want to find **P(Toothache=True)**. This can be obtained by marginalization (**Equation 13.6**). We can use **enumerate_joint** to solve for this by taking Cavity=True as our evidence. **enumerate_joint** will return the sum of probabilities consistent with evidence i.e. Marginal Probability."
325
+
"Let us assume we want to find **P(Toothache=True)**. This can be obtained by marginalization (**Equation 13.6**). We can use **enumerate_joint** to solve for this by taking Toothache=True as our evidence. **enumerate_joint** will return the sum of probabilities consistent with evidence i.e. Marginal Probability."
326
326
]
327
327
},
328
328
{
@@ -343,7 +343,7 @@
343
343
"cell_type": "markdown",
344
344
"metadata": {},
345
345
"source": [
346
-
"You can verify that result from the row in our definition. We can use the same function to find more complex probabilities like **P(Cavity=True and Toothache=True)** "
346
+
"You can verify the result from our definition of the full joint distribution. We can use the same function to find more complex probabilities like **P(Cavity=True and Toothache=True)** "
0 commit comments