Skip to content

Commit

Permalink
Minor typo in analytic expression for Bayesian evidence in intro_to_g…
Browse files Browse the repository at this point in the history
…ps.py

Signed-off-by: neel-maniar <[email protected]>
  • Loading branch information
neel-maniar authored Feb 22, 2024
1 parent d4bce53 commit 9a300ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/intro_to_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
# be analytically expressed as
# $$
# \begin{align}
# & = 0.5\left(-\underbrace{\mathbf{y}^{\top}\left(\mathbf{K}_{ff} - \sigma_n^2\mathbf{I}_n \right)^{-1}\mathbf{y}}_{\text{Data fit}} -\underbrace{\log\lvert \mathbf{K}_{ff} + \sigma^2_n\rvert}_{\text{Complexity}} -\underbrace{n\log 2\pi}_{\text{Constant}} \right)\,.
# & = 0.5\left(-\underbrace{\mathbf{y}^{\top}\left(\mathbf{K}_{ff} + \sigma_n^2\mathbf{I}_n \right)^{-1}\mathbf{y}}_{\text{Data fit}} -\underbrace{\log\lvert \mathbf{K}_{ff} + \sigma^2_n\rvert}_{\text{Complexity}} -\underbrace{n\log 2\pi}_{\text{Constant}} \right)\,.
# \end{align}
# $$
#
Expand Down

0 comments on commit 9a300ef

Please sign in to comment.