Skip to content

Commit

Permalink
Fix "Gaussins" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Jul 17, 2024
1 parent 019d578 commit 373e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-Gaussians.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@
"source": [
"## Putting it all Together\n",
"\n",
"Now we are ready to talk about how 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 how Gaussians can be used in filtering. In the next chapter we will implement a filter using Gaussians. 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:"
]
Expand Down

0 comments on commit 373e651

Please sign in to comment.