Skip to content

Commit 3b9b713

Browse files
committed
typo - missing normalization term #215
1 parent b2d3424 commit 3b9b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12-Particle-Filters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
10341034
"\n",
10351035
"Maybe that seems a little abstract. If we want to compute the mean of the particles we would compute\n",
10361036
"\n",
1037-
"$$\\mu = \\sum\\limits_{i=1}^N x^iw^i$$\n",
1037+
"$$\\mu = \\frac{1}{N}\\sum\\limits_{i=1}^N x^iw^i$$\n",
10381038
"\n",
10391039
"which is the equation I gave you earlier in the chapter.\n",
10401040
"\n",

0 commit comments

Comments
 (0)