[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add r-gldex.
From: |
guix-commits |
Subject: |
07/11: gnu: Add r-gldex. |
Date: |
Thu, 6 Oct 2022 10:11:02 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e4593e21145769ff721b70148edb25fd35838834
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Thu Sep 15 10:45:05 2022 +0200
gnu: Add r-gldex.
* gnu/packages/cran.scm (r-gldex): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 709259ea5e..c48ef78f4c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21328,6 +21328,33 @@ using a lasso (L1) penalty. Facilities are provided
for estimates along a
path of values for the regularization parameter.")
(license license:gpl2)))
+(define-public r-gldex
+ (package
+ (name "r-gldex")
+ (version "2.0.0.9")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "GLDEX" version))
+ (sha256
+ (base32
+ "1g0wg6z4ba1n6p2nw3kr734wlgmq0aw1a4spr6xw6djj7idsfi61"))))
+ (properties `((upstream-name . "GLDEX")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-cluster r-spacefillr))
+ (home-page "https://cran.r-project.org/package=GLDEX")
+ (synopsis "Fitting single and mixture of generalised lambda distributions")
+ (description
+ "@code{GLDEX} offers fitting algorithms corresponding to two major
+objectives. One is to provide a smoothing device to fit distributions to data
+using the weighted and unweighted discretised approach based on the bin width
+of the histogram. The other is to provide a definitive fit to the data set
+using the maximum likelihood and quantile matching estimation. Other methods
+such as moment matching, starship method, and L moment matching are also
+provided. Diagnostics on goodness of fit can be done via qqplots, KS-resample
+tests and comparing mean, variance, skewness and kurtosis of the data with the
+fitted distribution.")
+ (license license:gpl3+)))
+
(define-public r-rhpcblasctl
(package
(name "r-rhpcblasctl")
- branch master updated (b86867417f -> 5b42b64ea8), guix-commits, 2022/10/06
- 07/11: gnu: Add r-gldex.,
guix-commits <=
- 10/11: gnu: Add waybar-cpu-histogram., guix-commits, 2022/10/06
- 03/11: gnu: Add rust-os-pipe-0.8., guix-commits, 2022/10/06
- 02/11: gnu: Add rust-greetd-ipc-0.8., guix-commits, 2022/10/06
- 09/11: gnu: libdaemon: Fix targeting riscv64., guix-commits, 2022/10/06
- 04/11: gnu: Add wlgreet., guix-commits, 2022/10/06
- 08/11: gnu: Add discregrid., guix-commits, 2022/10/06
- 01/11: gnu: plink: Change origin URL., guix-commits, 2022/10/06
- 05/11: gnu: Add cpass., guix-commits, 2022/10/06
- 06/11: gnu: Add r-spacefillr., guix-commits, 2022/10/06
- 11/11: doc: Fix missing package name., guix-commits, 2022/10/06