04-One-Dimensional-Kalman-Filters.ipynb: remove duplicate "Does this match" markdown

This commit is contained in:
Alon Levy 2020-06-23 21:56:44 +03:00
parent 91f8010bee
commit 3350988dc7

View File

@ -575,13 +575,6 @@
"I'm unlikely to get the same measurement twice in a row. Now let's plot the pdf of $\\mathcal{N}(10.2,\\, 1) \\times \\mathcal{N}(9.7,\\, 1)$. What do you think the result will be? Think about it, and then look at the graph."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The result of the multiplication is taller and narrow than the original Gaussian but the mean is unchanged. Does this match your intuition"
]
},
{
"cell_type": "code",
"execution_count": 13,