Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math math/R-mnormt: import R-mnormt-1.5.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a452aa8bf296
branches:  trunk
changeset: 436647:a452aa8bf296
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 02:43:00 2020 +0000

description:
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.

diffstat:

 math/Makefile          |   3 ++-
 math/R-mnormt/DESCR    |   6 ++++++
 math/R-mnormt/Makefile |  17 +++++++++++++++++
 math/R-mnormt/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r 5d2c8a8bc65b -r a452aa8bf296 math/Makefile
--- a/math/Makefile     Fri Aug 07 02:39:58 2020 +0000
+++ b/math/Makefile     Fri Aug 07 02:43:00 2020 +0000
@@ -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-maps
 SUBDIR+=       R-minqa
 SUBDIR+=       R-mitools
+SUBDIR+=       R-mnormt
 SUBDIR+=       R-moonsun
 SUBDIR+=       R-mvtnorm
 SUBDIR+=       R-ncdf
diff -r 5d2c8a8bc65b -r a452aa8bf296 math/R-mnormt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-mnormt/DESCR       Fri Aug 07 02:43:00 2020 +0000
@@ -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 -r 5d2c8a8bc65b -r a452aa8bf296 math/R-mnormt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-mnormt/Makefile    Fri Aug 07 02:43:00 2020 +0000
@@ -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@localhost
+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 -r 5d2c8a8bc65b -r a452aa8bf296 math/R-mnormt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-mnormt/distinfo    Fri Aug 07 02:43:00 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index