This package provides two generic functions for performing Markov chain sampling in a naive way for a user-defined target distribution, which involves only continuous variables. The function "gibbs_met" performs Gibbs sampling with each 1-dimensional distribution sampled with Metropolis update using Gaussian proposal distribution centered at the previous state. The function "met_gaussian" updates the whole state with Metropolis method using independent Gaussian proposal distribution centered at the previous state. The sampling is carried out without considering any special tricks for improving efficiency. This package is aimed at only routine applications of MCMC in moderate-dimensional problems.
Version: | 1.1-3 |
Depends: | R (≥ 2.5.1) |
Published: | 2012-10-29 |
Author: | Longhai Li |
Maintainer: | Longhai Li <longhai at math.usask.ca> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | \url{http://www.r-project.org}, \url{http://math.usask.ca/~longhai} |
NeedsCompilation: | no |
CRAN checks: | gibbs.met results |
Reference manual: | gibbs.met.pdf |
Package source: | gibbs.met_1.1-3.tar.gz |
Windows binaries: | r-devel: gibbs.met_1.1-3.zip, r-release: gibbs.met_1.1-3.zip, r-oldrel: gibbs.met_1.1-3.zip |
macOS binaries: | r-release: gibbs.met_1.1-3.tgz, r-oldrel: gibbs.met_1.1-3.tgz |
Old sources: | gibbs.met archive |
Please use the canonical form https://CRAN.R-project.org/package=gibbs.met to link to this page.