Difference between revisions of "JAGS"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:StatisticsCategory:Statistics {|<!--Main settings - REQUIRED--> |{{#vardefine:app|JAGS}} |{{#vardefine:url|ht...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 24: Line 24:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*intel
 
*{{#lowercase:{{#var:app}}}}
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include file directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include file directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable program directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Latest revision as of 17:12, 10 June 2022

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

Environment Modules

Run module spider JAGS to find out what environment modules are available for this application.

System Variables

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