Bayesian
Basic Procedure of Bayesian Statistics
- Model setup: state the parameters of interest
θ
that we are interested in finding the value of. - Prior distribution: Assign a prior probability distribution to parameters
θ
, which represent our degree of belief with respect toθ
. - Posterior distribution: Update our degree of belief with respect to
θ
, based on data. The new degree of belief is called our posterior probability distribution ofθ
.
An observed result changes our degrees of belief in parameter values by changing a prior distribution into a posterior distribution.
https://www.stat.auckland.ac.nz/~brewer/stats331.pdf https://vasishth.github.io/bayescogsci/book/sec-analytical.html
You can sample from the posterior if you have the joint. That’s what metropolis Hastings is really. The top line of Bayes gives you the joint.