mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
clear all warning
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"\n",
|
||||
"This is for a multivariate distribution. For example, a robot in 2-D space can take values in both x and y. To describe them, a normal distribution with mean in both x and y is needed.\n",
|
||||
"\n",
|
||||
"For a multivariate distribution, mean $\\mu can be represented as a matrix, \n",
|
||||
"For a multivariate distribution, mean $\\mu$ can be represented as a matrix, \n",
|
||||
"\n",
|
||||
"$$\n",
|
||||
"\\mu = \\begin{bmatrix}\\mu_1\\\\\\mu_2\\\\ \\vdots \\\\\\mu_n\\end{bmatrix}\n",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"\n",
|
||||
"The filter works in two parts:\n",
|
||||
"\n",
|
||||
"$\\bullet$ $p(x_{t} | x_{t-1},u_{t})\\rightarrow $**State Transition Probability**\n",
|
||||
"$p(x_{t} | x_{t-1},u_{t})$ -> **State Transition Probability**\n",
|
||||
"\n",
|
||||
"$\\bullet$ $p(z_{t} | x_{t}) \\rightarrow $**Measurement Probability**\n",
|
||||
"$p(z_{t} | x_{t})$ -> **Measurement Probability**\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"### Conditional dependence and independence example:\n",
|
||||
|
||||
Reference in New Issue
Block a user