Content deleted Content added
Peterzlondon (talk | contribs) Created sandbox |
Peterzlondon (talk | contribs) mNo edit summary |
||
Line 2:
<!-- EDIT BELOW THIS LINE -->
=== Bayesian model reduction ===
Bayesian model reduction is a method for computing the evidence and parameters of Bayesian models which differ only in the specification of their priors. Typically, a 'full' model is
==== Theory ====
Consider some model with parameters <math>\theta</math> and a prior probability density on those parameters <math>P(\theta)</math>. The posterior belief about <math>\theta</math> after seeing the data <math>p(\theta|y)</math> is given by Bayes rule:
<math>\begin{align}
p(\theta|y) & = \frac{p(y|\theta)p(\theta)}{p(y)} \\
p(y) & = \int p(y|\theta)p(\theta) d\theta
\end{align}</math>
The second line defines the model evidence, which is the probability of observing the given data under a model with these parameters. In practice, the posterior cannot usually be computed analytically due to the difficult integral. Therefore, the posteriors are estimated using approaches such as MCMC sampling or variational Bayes. Having estimated the posteriors and evidence using one of these approaches, we can next define a reduced model with an alternative set of priors
|