diff options
author | bf <bf@FreeBSD.org> | 2012-07-14 09:16:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-07-14 09:16:37 +0800 |
commit | 2d8a8101037e4d35d295f3e2b2af2e621de02748 (patch) | |
tree | c91385c3790db54aff6aa3b89f39cf523cd9b574 /math/jags/pkg-descr | |
parent | 207089c83d1fa6d3a3ac56e6f185778e67c3a092 (diff) | |
download | freebsd-ports-gnome-2d8a8101037e4d35d295f3e2b2af2e621de02748.tar.gz freebsd-ports-gnome-2d8a8101037e4d35d295f3e2b2af2e621de02748.tar.zst freebsd-ports-gnome-2d8a8101037e4d35d295f3e2b2af2e621de02748.zip |
clean up pkg-descr and correct WWW; while here, switch to
the new options format
Diffstat (limited to 'math/jags/pkg-descr')
-rw-r--r-- | math/jags/pkg-descr | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/jags/pkg-descr b/math/jags/pkg-descr index cb9d5de7b9a6..3ed5fc95d3ca 100644 --- a/math/jags/pkg-descr +++ b/math/jags/pkg-descr @@ -1,14 +1,12 @@ JAGS is Just Another Gibbs Sampler -- a program for analysis of -Bayesian hierarchical models using Gibbs sampling not wholly unlike BUGS. +Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) +simulation. The functionality of JAGS is based on the BUGS program created by the MRC Biostatistics Unit (http://www.mrc-bsu.cam.ac.uk/). There is a short manual that describes the differences between JAGS and BUGS. -The manual is installed as /usr/local/share/doc/jags/jags_user_manual.pdf. - Some of the BUGS examples have been modified to run with JAGS, and have -been turned into a test suite. They are installed under -/usr/local/share/examples/jags/. +been turned into a test suite. -WWW: http://www-fis.iarc.fr/~martyn/software/jags/ +WWW: http://mcmc-jags.sourceforge.net/ |