LaplaceMetropolis_gaussian: Laplace-Metropolis estimator of log marginal likelihood

Description Usage Arguments Details Value Author(s) References See Also

View source: R/LaplaceMetropolis_gaussian.R

Description

As pointed out by Raftery (1996), the Laplace-Metropolis estimator performs well in calculating log marginal likelihood among other methods considered.

Usage

1
2
LaplaceMetropolis_gaussian(theta, data = NULL, data_y, prior_p, prior_st, 
        method = c("likelihood","L1center","median"))

Arguments

theta

MCMC output

data

Regressors

data_y

Response

prior_p

Hyperparameter of the inverse-gamma prior

prior_st

Hyperparameter of the inverse-gamma prior

method

Computing method. L1center and median are computationally fast

Details

The idea of the Laplace-Metropolis estimator is to avoid the limitations of the Laplace method by using posterior simulation to estimate the quantities it needs. The Laplace method for integrals is based on a Taylor series expansion of the real-valued function f(u) of the d-dimensional vector u, and yields the approximation P(D)\approx (2*pi)^(d/2)|A|^(1/2)P(D|θ)P(θ), where θ is the posterior mode of h(θ)=log(P(D|θ)P(θ)), A is minus the inverse Hessian of h(θ) evaluated at theta, and d is the dimension of θ.

The simplest way to estimate θ from posterior simulation output, and probably the most accurate, is to compute h(θ^(t)) for each t=1,…,T and take the value for which it is largest.

Value

Log marginal likelihood

Author(s)

Han Lin Shang

References

I. Ntzoufras (2009) Bayesian Modeling Using WinBUGS. John Wiley and Sons, Inc. New Jersey.

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.

See Also

logdensity_gaussian, logpriors_gaussian, loglikelihood_gaussian, mcmcrecord_gaussian


bbemkr documentation built on May 1, 2019, 10:53 p.m.