CRAN

QUIC 2012.02

Estimate sparse inverse correlation matrix using regularization

Released Feb 29, 2012 by Matyas A. Sustik

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

Use Newton's method and coordinate descent to solve the regularized inverse correlation matrix estimation problem. Please refer to: Sparse Inverse Covariance Matrix Estimation Using Quadratic Approximation, Cho-Jui Hsieh, Matyas A. Sustik, Inderjit S. Dhillon, Pradeep Ravikumar, Advances in Neural Information Processing Systems 24, 2011, p. 2330--2338.

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>QUIC</artifactId>
    <version>2012.02-b58</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:QUIC')

Source

R
C++

View GitHub Mirror

Release History