guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add r-abc.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add r-abc.
Date: Mon, 2 Apr 2018 17:25:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82c8e0ae0a81aedc65593d630b9ee4931a1e6a8d
Author: Sahithi Yarlagadda <address@hidden>
Date:   Thu Mar 29 16:42:18 2018 +0530

    gnu: Add r-abc.
    
    * gnu/packages/cran.scm (r-abc): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 530c62d..2337290 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3676,3 +3676,31 @@ package which implements several @dfn{Approximate 
Bayesian Computation} (ABC)
 algorithms for performing parameter estimation, model selection, and
 goodness-of-fit.")
     (license license:gpl3+)))
+
+(define-public r-abc
+  (package
+    (name "r-abc")
+    (version "2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abc" version))
+       (sha256
+        (base32
+         "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-abc-data" ,r-abc-data)
+       ("r-locfit" ,r-locfit)
+       ("r-mass" ,r-mass)
+       ("r-nnet" ,r-nnet)
+       ("r-quantreg" ,r-quantreg)))
+    (home-page "https://cran.r-project.org/web/packages/abc/";)
+    (synopsis "Tools for Approximate Bayesian Computation (ABC)")
+    (description
+     "This package implements several @dfn{Approximate Bayesian
+Computation} (ABC) algorithms for performing parameter estimation, model
+selection, and goodness-of-fit.  Cross-validation tools are also available for
+measuring the accuracy of ABC estimates, and to calculate the
+misclassification probabilities of different models.")
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]