Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos in mathematical definitions in intro_to_gps.py #434

Merged
merged 2 commits into from
Jan 29, 2024

Commits on Jan 27, 2024

  1. Minor typo in definition of marginalisation in intro_to_gps.py

    The equations defining marginalisation of the normal distribution were incomplete, and the "alignat" LaTeX block did not compile correctly.
    
    Signed-off-by: neel-maniar <91568147+neel-maniar@users.noreply.github.com>
    neel-maniar committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    529abbc View commit details
    Browse the repository at this point in the history
  2. Minor typo in definition of joint distribution in intro_to_gps.py

    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>
    neel-maniar committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8ebaf4d View commit details
    Browse the repository at this point in the history