CRAN

npcp 0.1-11

Some Nonparametric CUSUM Tests for Change-Point Detection in Possibly Multivariate Observations

Released Mar 27, 2019 by Ivan Kojadinovic

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

Provides nonparametric CUSUM tests for detecting changes in possibly serially dependent univariate or multivariate observations. Tests sensitive to changes in the expectation, the variance, the covariance, the autocovariance, the distribution function, Spearman's rho, Kendall's tau, Gini's mean difference, and the copula are provided, as well as a test for detecting changes in the distribution of independent block maxima (with environmental studies in mind). The latest additions are a test sensitive to changes in the autocopula and a combined test of stationarity sensitive to changes in the distribution function and the autocopula.

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>npcp</artifactId>
    <version>0.1-11-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:npcp')

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.