diff options
author | brook <brook@pkgsrc.org> | 2020-08-07 02:43:00 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-07 02:43:00 +0000 |
commit | 0bae1ab7d4795f6ab24ded942455ab1fe40415e6 (patch) | |
tree | 0076869f0cd0986151ca887da6c6590eaa03a25d | |
parent | 2605465eb6b76eed92345efd830bd50789d2498d (diff) | |
download | pkgsrc-0bae1ab7d4795f6ab24ded942455ab1fe40415e6.tar.gz |
math/R-mnormt: import R-mnormt-1.5.6
Functions are provided for computing the density and the distribution
function of multivariate normal and "t" random variables, and for
generating random vectors sampled from these distributions.
Probabilities are computed via non-Monte Carlo methods; different
routines are used in the case d=1, d=2, d>2, if d denotes the number
of dimensions.
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-mnormt/DESCR | 6 | ||||
-rw-r--r-- | math/R-mnormt/Makefile | 17 | ||||
-rw-r--r-- | math/R-mnormt/distinfo | 6 |
4 files changed, 31 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 4f2618eab08..4c07ee8c3b4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.469 2020/08/07 02:39:42 brook Exp $ +# $NetBSD: Makefile,v 1.470 2020/08/07 02:43:00 brook Exp $ COMMENT= Mathematics @@ -74,6 +74,7 @@ SUBDIR+= R-mapproj SUBDIR+= R-maps SUBDIR+= R-minqa SUBDIR+= R-mitools +SUBDIR+= R-mnormt SUBDIR+= R-moonsun SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf diff --git a/math/R-mnormt/DESCR b/math/R-mnormt/DESCR new file mode 100644 index 00000000000..0d7c8693e1e --- /dev/null +++ b/math/R-mnormt/DESCR @@ -0,0 +1,6 @@ +Functions are provided for computing the density and the distribution +function of multivariate normal and "t" random variables, and for +generating random vectors sampled from these distributions. +Probabilities are computed via non-Monte Carlo methods; different +routines are used in the case d=1, d=2, d>2, if d denotes the number +of dimensions. diff --git a/math/R-mnormt/Makefile b/math/R-mnormt/Makefile new file mode 100644 index 00000000000..cea2298ecda --- /dev/null +++ b/math/R-mnormt/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2020/08/07 02:43:00 brook Exp $ + +CATEGORIES= math R +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/ +COMMENT= Multivariate normal and t distributions +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +R_PKGNAME= mnormt +R_PKGVER= 1.5-6 + +USE_LANGUAGES+= c fortran + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-mnormt/distinfo b/math/R-mnormt/distinfo new file mode 100644 index 00000000000..ba919ca2b60 --- /dev/null +++ b/math/R-mnormt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/07 02:43:00 brook Exp $ + +SHA1 (R/mnormt_1.5-6.tar.gz) = 97b07697cf080583f24ad8ac457ef57af1e49900 +RMD160 (R/mnormt_1.5-6.tar.gz) = e7168c03151d2d4a1cc01fa0de779b0009089618 +SHA512 (R/mnormt_1.5-6.tar.gz) = d579ed4fd598854c19aa3ddbff065a228a680c92cea7b5de98f708bc00d6efcd7e8c07d386a300d280ba0a7f249c7593f5dac79a22ca2d940d04d08afe6a9193 +Size (R/mnormt_1.5-6.tar.gz) = 37884 bytes |