LaplaceMetropolis_gaussian(theta, data = NULL, data_y, prior_p, prior_st, method = c("likelihood","L1center","median"))
L1center
and median
are computationally fastThe simplest way to estimate $\theta$ from posterior simulation output, and probably the most accurate, is to compute $h(\theta^(t))$ for each $t=1,\dots,T$ and take the value for which it is largest.
A. E. Raftery (1996) Hypothesis testing and model selection, in Markov Chain Monte Carlo In Practice by W. R. Gilks, S. Richardson and D. J. Spiegelhalter, Chapman and Hall, London.
logdensity_gaussian
, logpriors_gaussian
, loglikelihood_gaussian
, mcmcrecord_gaussian