Skip to content

Commit

Permalink
BUG: fix GP prior plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Dec 14, 2022
1 parent d619007 commit a18bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/content/gp_pred_comp/notebook_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def calc_gp(
if noise_level == 0:
cov_title = r"$\Sigma=K''$"
else:
cov_title = r"$\Sigma=K'' + \sigma_n^2$"
cov_title = r"$\Sigma=K'' + \sigma_n^2\,I$"
else:
if noise_level == 0:
cov_title = r"$\Sigma=K'' - K'\,K^{-1}\,K'^\top$"
Expand Down

0 comments on commit a18bae0

Please sign in to comment.