CRAN
multivariance 2.2.0
Measuring Multivariate Dependence Using Distance Multivariance
Released Jun 18, 2019 by Björn Böttcher
Dependencies
microbenchmark 1.4-6 igraph 1.2.4.1 Rcpp
Distance multivariance is a measure of dependence which can be used to detect and quantify dependence. The necessary functions are implemented in this packages, and examples are given. For the theoretic background we refer to the papers: B. Böttcher, Dependence and Dependence Structures: Estimation and Visualization Using Distance Multivariance.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>multivariance</artifactId> <version>2.2.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:multivariance')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- cdm-examples
- clean.graph-examples
- coins-examples
- dependence.structure.full-examples
- fastdist-examples
- independence.test-examples
- layout_on_circles-examples
- m.multivariance-examples
- match.rows-examples
- match_rows-examples
- multicorrelation-examples
- multivariance-examples
- multivariance.test-examples
- multivariance.timing-examples
- multivariances.all-examples
- rejection.level-examples
- resample.multivariance-examples
- resample.pvalue-examples
- resample.rejection.level-examples
- sample.cols-examples
- testthat
- tetrahedron-examples
- total.multivariance-examples