mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: Add r-matrixcalc.
* gnu/packages/cran.scm (r-matrixcalc): New variable.
This commit is contained in:
parent
8ef53c2255
commit
247bd124db
1 changed files with 22 additions and 0 deletions
|
@ -19668,3 +19668,25 @@ generate the imputations, confidence-building mechanisms to validate some of
|
||||||
the assumptions of the imputation algorithm, and functions to analyze multiply
|
the assumptions of the imputation algorithm, and functions to analyze multiply
|
||||||
imputed data sets with the appropriate degree of sampling uncertainty.")
|
imputed data sets with the appropriate degree of sampling uncertainty.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-matrixcalc
|
||||||
|
(package
|
||||||
|
(name "r-matrixcalc")
|
||||||
|
(version "1.0-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "matrixcalc" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
|
||||||
|
(properties `((upstream-name . "matrixcalc")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/matrixcalc/")
|
||||||
|
(synopsis "Collection of functions for matrix calculations")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of functions to support matrix
|
||||||
|
calculations for probability, econometric and numerical analysis. There are
|
||||||
|
additional functions that are comparable to APL functions which are useful for
|
||||||
|
actuarial models such as pension mathematics.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue