[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Add r-lambertw.
From: |
guix-commits |
Subject: |
05/08: gnu: Add r-lambertw. |
Date: |
Sat, 18 Feb 2023 15:13:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7ec692587a20a248e6b94fffc214ab152e7907d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 20:31:57 2023 +0100
gnu: Add r-lambertw.
* gnu/packages/cran.scm (r-lambertw): New variable.
---
gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 174c85a964..1f4f55f038 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5576,6 +5576,42 @@ selection, as well as methods for retrieving
coordinates, for subsetting,
print, summary, etc.")
(license license:gpl2+)))
+(define-public r-lambertw
+ (package
+ (name "r-lambertw")
+ (version "0.6.7-1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "LambertW" version))
+ (sha256
+ (base32
+ "0cdrq2nrvji8l5blswkffymm7cbjk5jzzx16js2a516cm3gjwxk4"))))
+ (properties `((upstream-name . "LambertW")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-ggplot2
+ r-lamw
+ r-mass
+ r-rcolorbrewer
+ r-rcpp
+ r-reshape2))
+ (native-inputs (list r-knitr))
+ (home-page "https://cran.r-project.org/package=LambertW")
+ (synopsis
+ "Probabilistic models to analyze and Gaussianize heavy-tailed, skewed
data")
+ (description
+ "Lambert W x F distributions are a generalized framework to analyze
skewed,
+heavy-tailed data. It is based on an input/output system, where the output
+random variable (RV) Y is a non-linearly transformed version of an input RV X
+~ F with similar properties as X, but slightly skewed (heavy-tailed). The
+transformed RV Y has a Lambert W x F distribution. This package contains
+functions to model and analyze skewed, heavy-tailed data the Lambert Way:
+simulate random samples, estimate parameters, compute quantiles, and plot/
+print results nicely. The most useful function is @code{Gaussianize}, which
+works similarly to @code{scale}, but actually makes the data Gaussian. A
+do-it-yourself toolkit allows users to define their own Lambert W x
+@code{MyFavoriteDistribution} and use it in their analysis right away.")
+ (license license:gpl2+)))
+
(define-public r-lamw
(package
(name "r-lamw")
- branch master updated (9f21ca83a8 -> f3329764e2), guix-commits, 2023/02/18
- 01/08: gnu: Add r-strex., guix-commits, 2023/02/18
- 03/08: gnu: Add r-effsize., guix-commits, 2023/02/18
- 07/08: gnu: Add r-bestnormalize., guix-commits, 2023/02/18
- 05/08: gnu: Add r-lambertw.,
guix-commits <=
- 02/08: gnu: Add r-filesstrings., guix-commits, 2023/02/18
- 04/08: gnu: Add r-lamw., guix-commits, 2023/02/18
- 06/08: gnu: Add r-butcher., guix-commits, 2023/02/18
- 08/08: gnu: Add r-longdat., guix-commits, 2023/02/18