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.
This commit is contained in:
parent
1fd63ea735
commit
fa6d3090f2
5 changed files with 35 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2019,v 1.3324 2019/08/09 15:39:04 brook Exp $
|
||||
$NetBSD: CHANGES-2019,v 1.3325 2019/08/09 15:42:02 brook Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2019:
|
||||
|
||||
|
@ -5448,3 +5448,4 @@ Changes to the packages collection and infrastructure in 2019:
|
|||
Updated graphics/pngquant to 2.12.5 [adam 2019-08-09]
|
||||
Added graphics/R-latex2exp version 0.4.0 [brook 2019-08-09]
|
||||
Added finance/R-bayesm version 3.1.3 [brook 2019-08-09]
|
||||
Added math/R-energy version 1.7.6 [brook 2019-08-09]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.426 2019/07/31 13:34:58 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.427 2019/08/09 15:42:02 brook Exp $
|
||||
|
||||
COMMENT= Mathematics
|
||||
|
||||
|
@ -46,6 +46,7 @@ SUBDIR+= R-date
|
|||
SUBDIR+= R-e1071
|
||||
SUBDIR+= R-ellipsis
|
||||
SUBDIR+= R-emdbook
|
||||
SUBDIR+= R-energy
|
||||
SUBDIR+= R-estimability
|
||||
SUBDIR+= R-forcats
|
||||
SUBDIR+= R-forecast
|
||||
|
|
10
math/R-energy/DESCR
Normal file
10
math/R-energy/DESCR
Normal file
|
@ -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.
|
15
math/R-energy/Makefile
Normal file
15
math/R-energy/Makefile
Normal file
|
@ -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"
|
6
math/R-energy/distinfo
Normal file
6
math/R-energy/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue