File: control

package info (click to toggle)
jags 4.3.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,420 kB
  • sloc: ansic: 46,229; cpp: 37,971; sh: 4,639; yacc: 1,791; makefile: 921; fortran: 773; lex: 368; lisp: 105
file content (24 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: jags
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 13), gfortran-for-host (>= 4:5.2), liblapack-dev, libltdl-dev (>= 2.2.6b), texlive-base, texlive-latex-base, texlive-plain-generic, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, faketime, g++-for-host (>= 4:5.2), libcppunit-dev, pkgconf, mercurial:native
Standards-Version: 4.7.3
Homepage: https://mcmc-jags.sourceforge.io

Package: jags
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Just Another Gibbs Sampler for Bayesian MCMC - binary
 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 an engine for the BUGS language that runs on Unix
  * To be extensible, allowing users to write their own functions,
    distributions and samplers.
  * To be a plaftorm for experimentation with ideas in Bayesian modelling
 .
 This package contains the 'jags' binary as well as the associated
 shared library modules loaded by the binary.