Dynamic causal modeling: Difference between revisions

Content deleted Content added
Created sandbox
 
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 estimatedfitted usingto the available data usingwith standard approaches. Then, hypotheses are tested by defining one or more 'reduced' models, which differ only in their priors. In the context of variational Bayes, the evidence and parameters of the reduced models can be computed analytically from the evidence and parameters of the full model. This has numerous applications, including rapidly scoring large numbers of models rapidly, and facilitating the estimation of hierarchical (Parametric Empirical Bayes) models.
 
==== 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