Content deleted Content added
Peterzlondon (talk | contribs) mNo edit summary |
Peterzlondon (talk | contribs) mNo edit summary |
||
Line 47:
==== Gaussian priors and posteriors ====
Under Gaussian prior and posterior densities, as are often used in the context of variational Bayes
<math>\begin{align}
Line 56:
\end{align}</math>
Where the tilde symbol (~) indicates quantities relating to the reduced model. Subscript zero - such as <math>\mu_{0}</math> - indicates parameters of the priors. For convenience we also define precision matrices, which are simply the inverse of each covariance matrix:
<math>\begin{align}
Line 62:
\Pi_0&=\Sigma_0^{-1}\\
\tilde{\Pi}&=\tilde{\Sigma}^{-1}\\
\tilde{\Pi}_0&=\tilde{\
\end{align}</math>
<math>\begin{align}
\tilde{F
&- \frac{1}{2}(\mu^T\Pi\mu + \tilde{\mu}_0^T\tilde{\Pi}_0\tilde{\mu}_0 - \mu_0^T\Pi_0\mu_0 - \tilde{\mu}^T\tilde{\Sigma}\tilde{\mu}) + F\\
\tilde{\mu} &= \tilde{\Sigma}(\Pi\mu + \tilde{\Pi}_0\tilde{\mu}_0+\Pi_0\mu_0) \\
\tilde{\Sigma} &= (\Pi+\tilde{\Pi}_0-\Pi_0)^{-1} \\
\end{align}</math>
|