[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: Add jags.
From: |
Ricardo Wurmus |
Subject: |
01/10: gnu: Add jags. |
Date: |
Wed, 14 Nov 2018 09:19:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0bca8643a2afa3e88333d86a4a5194edc7a60455
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 14 14:33:06 2018 +0100
gnu: Add jags.
* gnu/packages/statistics.scm (jags): New variable.
---
gnu/packages/statistics.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index bd581c1..0020dd0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -115,6 +115,36 @@ can be imported from spreadsheets, text files and database
sources and it can
be output in text, PostScript, PDF or HTML.")
(license license:gpl3+)))
+(define-public jags
+ (package
+ (name "jags")
+ (version "4.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/mcmc-jags/JAGS/"
+ (version-major version) ".x/Source/"
+ "JAGS-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1z3icccg2ic56vmhyrpinlsvpq7kcaflk1731rgpvz9bk1bxvica"))))
+ (build-system gnu-build-system)
+ (home-page "http://mcmc-jags.sourceforge.net/")
+ (native-inputs
+ `(("gfortran" ,gfortran)
+ ("lapack" ,lapack)))
+ (synopsis "Gibbs sampler")
+ (description "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:
+
address@hidden
address@hidden To have a cross-platform engine for the BUGS language;
address@hidden To be extensible, allowing users to write their own functions,
+ distributions and samplers;
address@hidden To be a platform for experimentation with ideas in Bayesian
modelling.
address@hidden enumerate\n")
+ (license license:gpl2)))
+
;; Update this package together with the set of recommended packages: r-boot,
;; r-class, r-cluster, r-codetools, r-foreign, r-kernsmooth, r-lattice,
;; r-mass, r-matrix, r-mgcv, r-nlme, r-nnet, r-rpart, r-spatial, r-survival.
- branch master updated (51b262f -> ee66a13), Ricardo Wurmus, 2018/11/14
- 02/10: gnu: Add r-rjags., Ricardo Wurmus, 2018/11/14
- 05/10: gnu: Add r-acdm., Ricardo Wurmus, 2018/11/14
- 01/10: gnu: Add jags.,
Ricardo Wurmus <=
- 04/10: gnu: Add r-acd., Ricardo Wurmus, 2018/11/14
- 07/10: gnu: Add r-circular., Ricardo Wurmus, 2018/11/14
- 09/10: gnu: Add r-ouch., Ricardo Wurmus, 2018/11/14
- 06/10: gnu: Add r-overlap., Ricardo Wurmus, 2018/11/14
- 08/10: gnu: Add r-activity., Ricardo Wurmus, 2018/11/14
- 10/10: gnu: Add jamm., Ricardo Wurmus, 2018/11/14
- 03/10: gnu: Add r-abn., Ricardo Wurmus, 2018/11/14