Skip to content

Commit

Permalink
Minor typo in definition of joint distribution in intro_to_gps.py
Browse files Browse the repository at this point in the history
The covariance matrix in the joint distribution did not include the         $\boldsymbol{\Sigma}_{\mathbf{xx}}$ and $\boldsymbol{\Sigma}_{\mathbf{xy}}$ terms. These have been added.

Signed-off-by: neel-maniar <91568147+neel-maniar@users.noreply.github.com>
  • Loading branch information
neel-maniar authored Jan 27, 2024
1 parent 529abbc commit 8ebaf4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/intro_to_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@
# \end{bmatrix}\right) = \mathcal{N}\left(\begin{bmatrix}
# \boldsymbol{\mu}_{\mathbf{x}} \\ \boldsymbol{\mu}_{\mathbf{y}}
# \end{bmatrix}, \begin{bmatrix}
# \boldsymbol{\Sigma}_{\mathbf{yx}}, \boldsymbol{\Sigma}_{\mathbf{yy}}
# \boldsymbol{\Sigma}_{\mathbf{xx}} & \boldsymbol{\Sigma}_{\mathbf{xy}}\\
# \boldsymbol{\Sigma}_{\mathbf{yx}} & \boldsymbol{\Sigma}_{\mathbf{yy}}
# \end{bmatrix} \right)\,,
# \end{align}
# $$
Expand Down

0 comments on commit 8ebaf4d

Please sign in to comment.