Skip to content

Commit

Permalink
Fix bold symbol for tilde{x} and tilde{y}
Browse files Browse the repository at this point in the history
  • Loading branch information
jcyannotty authored Oct 24, 2023
1 parent 7353b94 commit f241fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joss_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ vector of input parameters $\boldsymbol x$, $f_k(\boldsymbol x)$ is the mean
prediction under the $k^\mathrm{th}$ model $\mathcal{M}_k$, and
$w_k(\boldsymbol x)$ is the corresponding weight function. The
*density-mixing* approach estimates the underlying predictive density by
$$p(\tilde{\boldsymbol Y} \mid \tilde{\boldsymbol x}) = \sum_{k = 1}^K w_k(\boldsymbol x)\;p(\tilde{\boldsymbol Y} \mid \boldsymbol \tilde{x},\boldsymbol Y, \mathcal{M}_k),$$
where $p(\tilde{\boldsymbol Y} \mid \boldsymbol \tilde{x}, \boldsymbol Y, \mathcal{M}_k)$ represents
$$p(\boldsymbol{\tilde{Y}} \mid \boldsymbol{\tilde{x}}) = \sum_{k = 1}^K w_k(\boldsymbol{\tilde{x}})\;p(\tilde{\boldsymbol Y} \mid \boldsymbol{\tilde{x}},\boldsymbol{Y}, \mathcal{M}_k),$$
where $p(\tilde{\boldsymbol Y} \mid \boldsymbol{\tilde{x}}, \boldsymbol Y, \mathcal{M}_k)$ represents
the predictive density of a future observation $\tilde{\boldsymbol Y}$ with
respect to the $k^\mathrm{th}$ model $\mathcal{M}_k$. In either BMM
setup, a key challenge is defining $w_k(\boldsymbol x)$---the functional
Expand Down

0 comments on commit f241fca

Please sign in to comment.