Next: Statistical Sampling
 Up: MCMC
 Previous: MCMC
The goal of Bayesian inference is to find the model parameters 
denoted by 
, based on the observed data denoted by 
, 
where both data 
 and parameter 
 are multi-dimensional
vectors. Assume the a priori distribution of the parameters 
is 
 and the distribution of the data is 
, then
the joint probability of both the data and parameters is
The posterior distribution of the model parameters can be
obtained according to Bayesian theorem:
where 
 is the likelihood function 
of the parameters 
, given the observed data 
. This 
equation can be interpreted as
In a maximum-likelihood problem, the goal is to find 
 that
maximizes the likelihood 
:
which can be obtained by solving the likelihood equation:
Bayesian inference can be used to find any feature of the 
posterior distribution 
, whose posterior expectation is
The integration in this expression is likely to be of high dimensions,
and in most applications, analytical evaluation of 
 is
impossible. In such cases, Monte Carlo integration can be used, including
Markov Chain Monte Carlo (MCMC).
 
 
   
 Next: Statistical Sampling
 Up: MCMC
 Previous: MCMC
Ruye Wang
2018-03-26