Difference between revisions of "JAGS"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
m (Text replacement - "#lowercase" to "lc")
Line 28: Line 28:
 
===Serial===
 
===Serial===
  
*{{#lowercase:{{#var:app}}}}
+
*{{lc:{{#var:app}}}}
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Revision as of 21:31, 6 December 2019

Description

JAGS website  

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

modules documentation

Serial

  • jags

System Variables

  • HPC_JAGS_DIR - installation directory
  • HPC_JAGS_LIB - library directory
  • HPC_JAGS_INC - include file directory
  • HPC_JAGS_BIN - executable program directory





Validation

  • Validated 4/5/2018