summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-17 14:57:26 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-17 14:57:26 +0200
commit7b199d83604e2f7091649922e1a63add89f94aab (patch)
treed4f2e4fb3ba5e4a17a82fa33cda15e33d30c5e90 /gnu
parent88d8b4ece08a54fe7596c38fee860b5ee95e6565 (diff)
gnu: Add r-delaporte.
* gnu/packages/cran.scm (r-delaporte): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2e7e9041c60..e01b2417d2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29157,6 +29157,34 @@ Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013)
29157BTM-WWW13.pdf}.") 29157BTM-WWW13.pdf}.")
29158 (license license:asl2.0))) 29158 (license license:asl2.0)))
29159 29159
29160(define-public r-delaporte
29161 (package
29162 (name "r-delaporte")
29163 (version "8.0.1")
29164 (source
29165 (origin
29166 (method url-fetch)
29167 (uri (cran-uri "Delaporte" version))
29168 (sha256
29169 (base32
29170 "0ijhmwclpg5czs2sl2vykcw8qj2pxy26xf6knh62rqq6p6sm43f4"))))
29171 (properties `((upstream-name . "Delaporte")))
29172 (build-system r-build-system)
29173 (native-inputs `(("gfortran" ,gfortran)))
29174 (home-page "https://github.com/aadler/Delaporte")
29175 (synopsis "Statistical functions for the Delaporte distribution")
29176 (description
29177 "This package provides probability mass, distribution, quantile,
29178random-variate generation, and method-of-moments parameter-estimation
29179functions for the Delaporte distribution with parameterization based on
29180Vose (2008). The Delaporte is a discrete probability distribution which can
29181be considered the convolution of a negative binomial distribution with a
29182Poisson distribution. Alternatively, it can be considered a counting
29183distribution with both Poisson and negative binomial components. It has been
29184studied in actuarial science as a frequency distribution which has more
29185variability than the Poisson, but less than the negative binomial.")
29186 (license license:bsd-2)))
29187
29160(define-public r-rjsonio 29188(define-public r-rjsonio
29161 (package 29189 (package
29162 (name "r-rjsonio") 29190 (name "r-rjsonio")