Skip to content

Commit 74b723d

Browse files
committed
#fix 281 and doc clean up
1 parent 9898daf commit 74b723d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Localization/Kalmanfilter_basics.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@
360360
"\n",
361361
"$$\\mu_\\mathtt{new} = \\frac{\\mu_1 \\sigma_2^2 + \\mu_2 \\sigma_1^2}{\\sigma_1^2+\\sigma_2^2}$$\n",
362362
"New variance is\n",
363-
"$$\n",
364-
"\\sigma_\\mathtt{new} = \\frac{\\sigma_1^2\\sigma_2^2}{\\sigma_1^2+\\sigma_2^2}\n",
365-
"$$"
363+
"$$\\sigma_\\mathtt{new} = \\frac{\\sigma_1^2\\sigma_2^2}{\\sigma_1^2+\\sigma_2^2}$$"
366364
]
367365
},
368366
{
@@ -755,6 +753,15 @@
755753
"nbconvert_exporter": "python",
756754
"pygments_lexer": "ipython3",
757755
"version": "3.6.6"
756+
},
757+
"pycharm": {
758+
"stem_cell": {
759+
"cell_type": "raw",
760+
"source": [],
761+
"metadata": {
762+
"collapsed": false
763+
}
764+
}
758765
}
759766
},
760767
"nbformat": 4,

Localization/Kalmanfilter_basics_2.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"\n",
3636
"If $x_{t}$ is complete, then:\n",
3737
"\n",
38-
"$$p(z_{t} | x-_{0:t},z_{1:t-1},u_{1:t})=p(z_{t} | x_{t})$$\n",
38+
"$$p(z_{t} | x_{0:t},z_{1:t-1},u_{1:t})=p(z_{t} | x_{t})$$\n",
3939
"\n",
4040
"$x_{t}$ is **complete** means that the past states, controls or measurements carry no additional information to predict future.\n",
4141
"\n",
@@ -365,8 +365,17 @@
365365
"nbconvert_exporter": "python",
366366
"pygments_lexer": "ipython3",
367367
"version": "3.6.6"
368+
},
369+
"pycharm": {
370+
"stem_cell": {
371+
"cell_type": "raw",
372+
"source": [],
373+
"metadata": {
374+
"collapsed": false
375+
}
376+
}
368377
}
369378
},
370379
"nbformat": 4,
371380
"nbformat_minor": 2
372-
}
381+
}

0 commit comments

Comments
 (0)