mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add r-nor1mix.
* gnu/packages/cran.scm (r-nor1mix): New variable.
This commit is contained in:
parent
30f53ec86d
commit
026dd77c63
1 changed files with 21 additions and 0 deletions
|
@ -11481,3 +11481,24 @@ (define-public r-zim
|
||||||
functions to compute density, distribution, quantile, and generate random
|
functions to compute density, distribution, quantile, and generate random
|
||||||
numbers from ZIP and ZINB distributions.")
|
numbers from ZIP and ZINB distributions.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-nor1mix
|
||||||
|
(package
|
||||||
|
(name "r-nor1mix")
|
||||||
|
(version "1.2-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "nor1mix" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1bvk888qml9qr7q703s7qzgm0sqfchcjdjqwqllm5vrjx0cnapj3"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/nor1mix/")
|
||||||
|
(synopsis "Normal (1-d) mixture models")
|
||||||
|
(description
|
||||||
|
"This package provides S3 classes and methods for one-dimensional normal
|
||||||
|
mixture models, for, e.g., density estimation or clustering algorithms
|
||||||
|
research and teaching; it provides the widely used Marron-Wand densities. It
|
||||||
|
also provides tools for efficient random number generation and graphics.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue