CRAN

mc2d 0.1-18

Tools for Two-Dimensional Monte-Carlo Simulations

Released Mar 6, 2017 by Regis Pouillot

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

Dependencies

mvtnorm 1.0-8

A complete framework to build and study Two-Dimensional Monte-Carlo simulations, aka Second-Order Monte-Carlo simulations. Also includes various distributions (pert, triangular, Bernoulli, empirical discrete and continuous).

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>mc2d</artifactId>
    <version>0.1-18-b32</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:mc2d')

Test Results

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