jags 4.3.1
Gibbs sampler
JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS. JAGS was written with three aims in mind:
To have a cross-platform engine for the BUGS language;
To be extensible, allowing users to write their own functions, distributions and samplers;
To be a platform for experimentation with ideas in Bayesian modelling.
- Outputs:
out - Website: https://mcmc-jags.sourceforge.net/
- Licenses: GPL 2
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install jags 4.3.1 as follows:
guix install jags@4.3.1
Or install the latest version:
guix install jags
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.