Skip to content

Commit

Permalink
Update docs/examples/oceanmodelling.py
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dodd <daniel_dodd@icloud.com>
  • Loading branch information
daniel-dodd authored Sep 7, 2023
1 parent 7ce8afd commit a2bf888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/oceanmodelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def __call__(
# \mathrm{NLPD}=-\sum_{i=1}^{2N} \log \left( p\left(\mathcal{Y}_i = Y_{0,i} \mid \mathbf{X}_{i}\right) \right),
# $$
#
# where each $p\left(\mathcal{Y}_i \mid \mathbf{X}_i \right)$ is the marginal Gaussian distribution at each test location, and $Y_{i,0}$ is the $i$th component of the (massaged) test data that we reserved at the beginning of the notebook in $D_0$. A smaller value is better, since the deviation of the ground truth and the model are small in this case.
# where each $p\left(\mathcal{Y}_i \mid \mathbf{X}_i \right)$ is the marginal Gaussian distribution at each test location, and $Y_{i,0}$ is the $i$th component of the (massaged) test data that we reserved at the beginning of the notebook in $D_0$. A smaller value is better since the deviation of the ground truth and the model are small in this case.


# %%
Expand Down

0 comments on commit a2bf888

Please sign in to comment.