CRAN

matrixcalc 1.0-3

Collection of functions for matrix calculations

Released Sep 15, 2012 by Frederick Novomestky

This package can be loaded by Renjin but 2 out 60 tests failed. An older version of this package is more compatible with Renjin.

A collection of functions to support matrix calculations for probability, econometric and numerical analysis. There are additional functions that are comparable to APL functions which are useful for actuarial models such as pension mathematics. This package is used for teaching and research purposes at the Department of Finance and Risk Engineering, New York University, Polytechnic Institute, Brooklyn, NY 11201.

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>matrixcalc</artifactId>
    <version>1.0-3-b284</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:matrixcalc')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.

Source

R

View GitHub Mirror

Release History