summaryrefslogtreecommitdiff
path: root/math/R-energy
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:42:02 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:42:02 +0000
commit736581629613c4a9acc884bb3101d8c27a6261b5 (patch)
tree6478711c9b25764d0caac9e107dcc0b0e78c8571 /math/R-energy
parentcc77af89c46dbe3acea00693aa0d1cdd3654fe58 (diff)
downloadpkgsrc-736581629613c4a9acc884bb3101d8c27a6261b5.tar.gz
R-energy: initial commit
E-statistics (energy) tests and statistics for multivariate and univariate inference, including distance correlation, one-sample, two-sample, and multi-sample tests for comparing multivariate distributions, are implemented. Measuring and testing multivariate independence based on distance correlation, partial distance correlation, multivariate goodness-of-fit tests, k-groups and hierarchical clustering based on energy distance, testing for multivariate normality, distance components (disco) for non-parametric analysis of structured data, and other energy statistics/methods are implemented.
Diffstat (limited to 'math/R-energy')
-rw-r--r--math/R-energy/DESCR10
-rw-r--r--math/R-energy/Makefile15
-rw-r--r--math/R-energy/distinfo6
3 files changed, 31 insertions, 0 deletions
diff --git a/math/R-energy/DESCR b/math/R-energy/DESCR
new file mode 100644
index 00000000000..c4e3e461935
--- /dev/null
+++ b/math/R-energy/DESCR
@@ -0,0 +1,10 @@
+E-statistics (energy) tests and statistics for multivariate and
+univariate inference, including distance correlation, one-sample,
+two-sample, and multi-sample tests for comparing multivariate
+distributions, are implemented. Measuring and testing multivariate
+independence based on distance correlation, partial distance
+correlation, multivariate goodness-of-fit tests, k-groups and
+hierarchical clustering based on energy distance, testing for
+multivariate normality, distance components (disco) for non-parametric
+analysis of structured data, and other energy statistics/methods are
+implemented.
diff --git a/math/R-energy/Makefile b/math/R-energy/Makefile
new file mode 100644
index 00000000000..317ac5e5f9f
--- /dev/null
+++ b/math/R-energy/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:42:02 brook Exp $
+
+R_PKGNAME= energy
+R_PKGVER= 1.7-6
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= E-statistics: multivariate inference via the energy of data
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-energy/distinfo b/math/R-energy/distinfo
new file mode 100644
index 00000000000..006c5fc622c
--- /dev/null
+++ b/math/R-energy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:42:02 brook Exp $
+
+SHA1 (R/energy_1.7-6.tar.gz) = f2e1e98d22babf8c0d36d0379c4c351696e2a16e
+RMD160 (R/energy_1.7-6.tar.gz) = 05f356fa9945fe4b9c7faa72c9ba99ce7ad687d0
+SHA512 (R/energy_1.7-6.tar.gz) = bda51409815dea02931b7bba150f9a3c35f496e56d8034b82a510ce6306beb7a272a045ca6991f06edea1647523ba307f1686b51fe3b4600a12a92f70653a6a6
+Size (R/energy_1.7-6.tar.gz) = 55158 bytes