fa6d3090f2
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 lines
391 B
Makefile
15 lines
391 B
Makefile
# $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"
|