diff --git a/04-One-Dimensional-Kalman-Filters.ipynb b/04-One-Dimensional-Kalman-Filters.ipynb index 6ee9ed0..97ae84b 100644 --- a/04-One-Dimensional-Kalman-Filters.ipynb +++ b/04-One-Dimensional-Kalman-Filters.ipynb @@ -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,