Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f8ed98

Browse files
Fix Description mismatch with code.
1 parent 671dea6 commit 6f8ed98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

probability.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"cell_type": "markdown",
323323
"metadata": {},
324324
"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."
326326
]
327327
},
328328
{
@@ -343,7 +343,7 @@
343343
"cell_type": "markdown",
344344
"metadata": {},
345345
"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)** "
347347
]
348348
},
349349
{

0 commit comments

Comments
 (0)