Learn R Programming

iterLap (version 1.1-4)

Approximate Probability Densities by Iterated Laplace Approximations

Description

The iterLap (iterated Laplace approximation) algorithm approximates a general (possibly non-normalized) probability density on R^p, by repeated Laplace approximations to the difference between current approximation and true density (on log scale). The final approximation is a mixture of multivariate normal distributions and might be used for example as a proposal distribution for importance sampling (eg in Bayesian applications). The algorithm can be seen as a computational generalization of the Laplace approximation suitable for skew or multimodal densities.

Copy Link

Version

Install

install.packages('iterLap')

Monthly Downloads

284

Version

1.1-4

License

GPL

Maintainer

Last Published

September 30th, 2023

Functions in iterLap (1.1-4)

resample

Residual resampling
GRApprox

Gelman-Rubin mode approximation
Importance Sampling and independence Metropolis Hastings sampling

Monte Carlo sampling using the iterated Laplace approximation.
iterLap-internal

iterLap package internal functions
iterLap-package

iterLap package information
iterLap

Iterated Laplace Approximation