CRAN

dHSIC 2.1

Independence Testing via Hilbert Schmidt Independence Criterion

Released Jan 4, 2019 by Niklas Pfister

This package can be loaded by Renjin but 1 out 2 tests failed.

Dependencies

Rcpp

Contains an implementation of the d-variable Hilbert Schmidt independence criterion and several hypothesis tests based on it, as described in Pfister et al. (2017) .

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>dHSIC</artifactId>
    <version>2.1-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:dHSIC')

Test Results

This package was last tested against Renjin 0.9.2718 on Jan 6, 2019.

Source

R
C++

View GitHub Mirror

Release History