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

Conversation

neel-maniar
Copy link
Contributor

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've formatted the new code by running poetry run pre-commit run --all-files --show-diff-on-failure before committing.
  • I've added tests for new code.
  • I've added docstrings for the new code.

Description

The definition of joint distribution was missing a line of the covariance matrix and the definition of marginalisation was missing the end of a line as well.

Issue Number: N/A

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>
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>
@thomaspinder thomaspinder merged commit d4bce53 into JaxGaussianProcesses:main Jan 29, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants