1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: jags
Section: math
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gfortran (>= 4:5.2), liblapack-dev, libltdl-dev (>= 2.2.6b), texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, autotools-dev, faketime, g++ (>= 4:5.2)
Standards-Version: 3.9.6
Homepage: http://www-fis.iarc.fr/~martyn/software/jags/
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.
Package: libjags
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Just Another Gibbs Sampler for Bayesian MCMC - library
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 run-time libraries.
Package: libjags-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: libjags (= ${binary:Version}), ${misc:Depends}
Description: Just Another Gibbs Sampler for Bayesian MCMC - development
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 development header and libray links.
|