Skip to content

Commit bf5d838

Browse files
committed
Fix typo
Fixes rlabbe#493
1 parent a937ff9 commit bf5d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Gaussians.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@
13811381
"source": [
13821382
"## Putting it all Together\n",
13831383
"\n",
1384-
"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",
1384+
"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",
13851385
"\n",
13861386
"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:"
13871387
]

0 commit comments

Comments
 (0)