mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add r-corpcor.
* gnu/packages/cran.scm (r-corpcor): New variable.
This commit is contained in:
parent
e3bb076678
commit
d53b23176f
1 changed files with 22 additions and 0 deletions
|
@ -8852,3 +8852,25 @@ (define-public r-ddrtree
|
|||
used to reconstruct the temporal progression as well as the bifurcation
|
||||
structure of any data type.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-corpcor
|
||||
(package
|
||||
(name "r-corpcor")
|
||||
(version "1.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "corpcor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://strimmerlab.org/software/corpcor/")
|
||||
(synopsis "Efficient estimation of covariance and (partial) correlation")
|
||||
(description
|
||||
"This package implements a James-Stein-type shrinkage estimator for the
|
||||
covariance matrix, with separate shrinkage for variances and correlations.
|
||||
Furthermore, functions are available for fast singular value decomposition,
|
||||
for computing the pseudoinverse, and for checking the rank and positive
|
||||
definiteness of a matrix.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue