Update 03-Gaussians.ipynb
Typo - missing "that"
This commit is contained in:
parent
38e7a285e2
commit
155290182b
@ -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:"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user