Difference between revisions of "JAGS"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:StatisticsCategory:Statistics {|<!--Main settings - REQUIRED--> |{{#vardefine:app|JAGS}} |{{#vardefine:url|ht...") |
|||
Line 27: | Line 27: | ||
[[Modules|modules documentation]] | [[Modules|modules documentation]] | ||
===Serial=== | ===Serial=== | ||
− | + | ||
*{{#lowercase:{{#var:app}}}} | *{{#lowercase:{{#var:app}}}} | ||
==System Variables== | ==System Variables== |
Revision as of 14:52, 24 June 2013
Description
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 plaftorm for experimentation with ideas in Bayesian modelling
Required Modules
Serial
- {{#lowercase:JAGS}}
System Variables
- HPC_{{#uppercase:JAGS}}_DIR - installation directory
- HPC_{{#uppercase:JAGS}}_LIB - library directory
- HPC_{{#uppercase:JAGS}}_INC - include file directory
- HPC_{{#uppercase:JAGS}}_BIN - executable program directory