Skip to content

asmahani/MfUSampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MfUSampler

Multivariate-from-Univariate (MfU) Markov Chain Monte Carlo Sampler provides machinery for generating samples from multivariate probability distributions using univariate sampling algorithms such as slice sampler and adaptive rejection sampler. The multivariate wrapper performs a full cycle of univariate sampling steps, one coordinate at a time. In each step, the latest sample values obtained for other coordinates are used to form the conditional distributions. The concept is an extension of Gibbs sampling where each step involves, not an independent sample from the conditional distribution, but a Markov transition for which the conditional distribution is invariant. The software relies on proportionality of conditional distributions to the joint distribution to implement a thin wrapper for producing conditionals. See also:

  1. Mahani, Alireza S., and Mansour TA Sharabiani. "Multivariate-From-Univariate MCMC Sampler: The R Package MfUSampler." Journal of Statistical Software 78 (2017): 1-22.

About

Multivariate-from-Univariate (MfU) Markov Chain Monte Carlo Sampler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors