From patchwork Thu Sep 15 08:45:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 42634 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id CA60E27BBEA; Thu, 15 Sep 2022 10:47:39 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8741C27BBE9 for ; Thu, 15 Sep 2022 10:47:39 +0100 (BST) Received: from localhost ([::1]:54400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYlT7-00063q-LH for patchwork@mira.cbaines.net; Thu, 15 Sep 2022 05:47:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYkVX-0003YR-4w for guix-patches@gnu.org; Thu, 15 Sep 2022 04:46:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40097) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYkVW-0000wB-7W for guix-patches@gnu.org; Thu, 15 Sep 2022 04:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYkVV-00040S-Mf for guix-patches@gnu.org; Thu, 15 Sep 2022 04:46:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57824] [PATCH 2/2] gnu: Add r-gldex. References: <20220915084107.31180-1-wz@freeshell.de> In-Reply-To: <20220915084107.31180-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 15 Sep 2022 08:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57824@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 57824-submit@debbugs.gnu.org id=B57824.166323152915356 (code B ref 57824); Thu, 15 Sep 2022 08:46:01 +0000 Received: (at 57824) by debbugs.gnu.org; 15 Sep 2022 08:45:29 +0000 Received: from localhost ([127.0.0.1]:57029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYkUy-0003zc-Q9 for submit@debbugs.gnu.org; Thu, 15 Sep 2022 04:45:29 -0400 Received: from freeshell.de ([116.202.128.144]:59934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYkUw-0003zL-KK for 57824@debbugs.gnu.org; Thu, 15 Sep 2022 04:45:27 -0400 Received: from localhost.localdomain (cst-prg-18-76.cust.vodafone.cz [46.135.18.76]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 4F6BFB391340; Thu, 15 Sep 2022 10:45:19 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Thu, 15 Sep 2022 10:45:05 +0200 Message-Id: <20220915084505.31265-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Wiktor Żelazny * gnu/packages/cran.scm (r-gldex): New variable. --- gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 785df056c6..f806191cf5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21167,6 +21167,33 @@ (define-public r-glasso 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")