[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/54: gnu: Add r-tolerance.
From: |
guix-commits |
Subject: |
44/54: gnu: Add r-tolerance. |
Date: |
Sat, 14 Dec 2019 07:36:42 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5458490ebb2aa5fbb5d72ce8468791669bc634ca
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 11:29:56 2019 +0100
gnu: Add r-tolerance.
* gnu/packages/cran.scm (r-tolerance): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 855a3c9..cc0f876 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18375,3 +18375,33 @@ The Hidiroglou-Berthelot (1986) method to search for
outliers in ratios of
historical data is implemented as well. When available, survey weights can be
used in outliers detection.")
(license license:gpl2+)))
+
+(define-public r-tolerance
+ (package
+ (name "r-tolerance")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tolerance" version))
+ (sha256
+ (base32
+ "17qh4ad1f3fbcpwlxxqh8qr9bnwjcl4yxk0l3fkbr6b2l4rc5p86"))))
+ (properties `((upstream-name . "tolerance")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rgl" ,r-rgl)))
+ (home-page "https://cran.r-project.org/web/packages/tolerance/")
+ (synopsis "Statistical tolerance intervals and regions")
+ (description
+ "This package provides functions for estimating tolerance
+limits (intervals) for various univariate distributions (binomial, Cauchy,
+discrete Pareto, exponential, two-parameter exponential, extreme value,
+hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
+normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
+Bayesian normal tolerance limits, multivariate normal tolerance regions,
+nonparametric tolerance intervals, tolerance bands for regression
+settings (linear regression, nonlinear regression, nonparametric regression,
+and multivariate regression), and analysis of variance tolerance intervals.
+Visualizations are also available for most of these settings.")
+ (license license:gpl2+)))
- 38/54: gnu: Add r-readbitmap., (continued)
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina., guix-commits, 2019/12/14
- 48/54: gnu: Add r-icge., guix-commits, 2019/12/14
- 28/54: gnu: Add r-actigraphy., guix-commits, 2019/12/14
- 32/54: gnu: Add r-activpal., guix-commits, 2019/12/14
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance.,
guix-commits <=
- 54/54: import: cran: Recognize LGPL 2.1+., guix-commits, 2019/12/14
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14
- 18/54: gnu: Add r-acs., guix-commits, 2019/12/14
- 03/54: gnu: Add r-r-devices., guix-commits, 2019/12/14