CRAN

gdpc 1.1.0

Generalized Dynamic Principal Components

Released May 8, 2018 by Ezequiel Smucler

This package can be loaded by Renjin but 7 out 10 tests failed.

Dependencies

RcppArmadillo 0.8.500.0 foreach 1.4.4 xts 0.10-2 Rcpp doParallel 1.0.11 zoo 1.8-1

Functions to compute the Generalized Dynamic Principal Components introduced in Peña and Yohai (2016) .

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>gdpc</artifactId>
    <version>1.1.0-b2</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:gdpc')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R
C++

View GitHub Mirror

Release History