Skip to content

Commit 423c82e

Browse files
committed
Bug fix: Incorrect equation for product of Gaussian
Closes #234
1 parent 3ce1de7 commit 423c82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-One-Dimensional-Kalman-Filters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
"\n",
461461
"$$\\begin{aligned}\n",
462462
"\\mathcal N(\\mu, \\sigma^2) &= \\| prior \\cdot likelihood \\|\\\\\n",
463-
"&=\\mathcal{N}(\\bar\\mu, \\bar\\sigma^2)\\cdot \\mathcal{N}(\\mu_z, \\sigma_z^2) \\\\\n",
463+
"&= \\| \\mathcal{N}(\\bar\\mu, \\bar\\sigma^2)\\cdot \\mathcal{N}(\\mu_z, \\sigma_z^2) \\|\\\\\n",
464464
"&= \\mathcal N(\\frac{\\bar\\sigma^2 \\mu_z + \\sigma_z^2 \\bar\\mu}{\\bar\\sigma^2 + \\sigma_z^2},\\frac{\\bar\\sigma^2\\sigma_z^2}{\\bar\\sigma^2 + \\sigma_z^2})\n",
465465
"\\end{aligned}$$\n",
466466
"\n",

0 commit comments

Comments
 (0)