Skip to content
Snippets Groups Projects
Commit b2333c54 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

Update noise comment

parent 53904323
No related branches found
No related tags found
Loading
...@@ -310,9 +310,11 @@ for ax, (p_name, p_lst) in zip(axs, history.items()): ...@@ -310,9 +310,11 @@ for ax, (p_name, p_lst) in zip(axs, history.items()):
# #
# $$\ma\Sigma = \testtest{\ma K} - \test{\ma K}\,(\ma K+\sigma_n^2\,\ma I)^{-1}\,\test{\ma K}^\top$$ # $$\ma\Sigma = \testtest{\ma K} - \test{\ma K}\,(\ma K+\sigma_n^2\,\ma I)^{-1}\,\test{\ma K}^\top$$
# #
# See # We find that $\ma\Sigma$ reflects behavior we would like to see from
# https://elcorto.github.io/gp_playground/content/gp_pred_comp/notebook_plot.html # epistemic uncertainty -- it is high when we have no data
# for details. # (out-of-distribution). But this alone isn't the whole story. We need to add
# the estimated noise level $\sigma_n^2$ in order for the confidence band to
# cover the data.
# + # +
# Evaluation (predictive posterior) mode # Evaluation (predictive posterior) mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment