Update 03-Gaussians.ipynb

Typo - missing "that"
This commit is contained in:
Reuven Y 2019-04-27 22:07:58 +03:00 committed by GitHub
parent 38e7a285e2
commit 155290182b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1393,7 +1393,7 @@
"source": [
"## Putting it all Together\n",
"\n",
"Now we are ready to talk about Gaussians can be used in filtering. In the next chapter we will implement a filter using Gaussins. Here I will explain why we would want to use Gaussians.\n",
"Now we are ready to talk about Gaussians that can be used in filtering. In the next chapter we will implement a filter using Gaussins. Here I will explain why we would want to use Gaussians.\n",
"\n",
"In the previous chapter we represented probability distributions with an array. We performed the update computation by computing the element-wise product of that distribution with another distribution representing the likelihood of the measurement at each point, like so:"
]