Just another Gibbs sampler


Just another Gibbs sampler is a program for simulation from Bayesian hierarchical models using Markov chain Monte Carlo, developed by Martyn Plummer. JAGS has been employed for statistical work in many fields, for example ecology, management, and genetics.
JAGS aims for compatibility with WinBUGS/OpenBUGS through the use of a dialect of the same modeling language, but it provides no GUI for model building and MCMC sample postprocessing, which must therefore be treated in a separate program.
The main advantage of JAGS in comparison to the members of the original BUGS family is its platform independence. It is written in C++, while the BUGS family is written in Component Pascal, a less widely known programming language. In addition, JAGS is already part of many repositories of Linux distributions such as Ubuntu. It can also be compiled as a 64-bit application on 64-bit platforms, thus making all the addressable space available to BUGS models.
JAGS can be used via the command line or run in batch mode through script files. This means that there is no need to redo the settings with every run and that the program can be called and controlled from within another program.
JAGS is licensed under the GNU General Public License.