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:
@@ -82,8 +82,8 @@ 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.
|
||||
|
||||
For a multivariate distribution, mean $:raw-latex:`\mu `can be
|
||||
represented as a matrix,
|
||||
For a multivariate distribution, mean :math:`\mu` can be represented as
|
||||
a matrix,
|
||||
|
||||
.. math::
|
||||
|
||||
|
||||
@@ -42,12 +42,9 @@ complete.
|
||||
|
||||
The filter works in two parts:
|
||||
|
||||
:math:`\bullet` $p(x_{t} \|
|
||||
x_{t-1},u_{t}):raw-latex:`\rightarrow `$\ **State Transition
|
||||
Probability**
|
||||
:math:`p(x_{t} | x_{t-1},u_{t})` -> **State Transition Probability**
|
||||
|
||||
:math:`\bullet` $p(z_{t} \| x_{t})
|
||||
:raw-latex:`\rightarrow `$\ **Measurement Probability**
|
||||
:math:`p(z_{t} | x_{t})` -> **Measurement Probability**
|
||||
|
||||
Conditional dependence and independence example:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user