CRAN

otinference 0.1.0

Inference for Optimal Transport

Released Mar 7, 2017 by Max Sommerfeld

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

MASS 7.3-47 transport 0.9-4 sm 2.2-5.4 Rglpk 0.6-3

Sample from the limiting distributions of empirical Wasserstein distances under the null hypothesis and under the alternative. Perform a two-sample test on multivariate data using these limiting distributions and binning.

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>otinference</artifactId>
    <version>0.1.0-b8</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:otinference')

Source

R

View GitHub Mirror

Release History