typo - missing normalization term #215

This commit is contained in:
Roger Labbe 2020-05-04 17:21:06 -07:00
parent b2d34245ab
commit 3b9b713ac1

View File

@ -1034,7 +1034,7 @@
"\n",
"Maybe that seems a little abstract. If we want to compute the mean of the particles we would compute\n",
"\n",
"$$\\mu = \\sum\\limits_{i=1}^N x^iw^i$$\n",
"$$\\mu = \\frac{1}{N}\\sum\\limits_{i=1}^N x^iw^i$$\n",
"\n",
"which is the equation I gave you earlier in the chapter.\n",
"\n",