From bf5d838f1a105b71563766fe54697d36b84b6b39 Mon Sep 17 00:00:00 2001 From: endolith Date: Tue, 9 Jul 2024 16:49:10 -0400 Subject: [PATCH] Fix typo Fixes #493 --- 03-Gaussians.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Gaussians.ipynb b/03-Gaussians.ipynb index a5e1fe55..b5fd0d70 100644 --- a/03-Gaussians.ipynb +++ b/03-Gaussians.ipynb @@ -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:" ]