Recent Articles



































Bayesian model comparison



         


The posterior probability of a model given data, P(H|D), is given by Bayes' theorem:

P(H|D) = P(D|H)P(H)/P(D)

The key data-dependent term P(D|H) is a likelihood, and is sometimes called the evidence for model H; evaluating it correctly is the key to Bayesian model comparison.

The evidence is usually the normalizing constant or partition function of another inference, namely the inference of the parameters of model H given the data D.

The plausibility of two different models H1 and H2, parametrised by model parameter vectors <math> \theta_1 <math> and <math> \theta_2 <math> is assessed by the Bayes factor given by

<math> \frac{P(D|H2)}{P(D|H1)}

= \frac{\int P(\theta_2|H2)P(D|\theta_2,H2)\,d\theta_2} {\int P(\theta_1|H1)P(D|\theta_1,H1)\,d\theta_1 }. <math>

[Top]

References





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License