Merge pull request #340 from alon/master

04-One-Dimensional-Kalman-Filters.ipynb: remove duplicate "Does this …
This commit is contained in:
Roger Labbe 2020-09-22 19:01:53 -07:00 committed by GitHub
commit 6671ccfeb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,