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
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>
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.
- NA.mcnode-examples
- Ops.mcnode-examples
- bernoulli-examples
- betagen-examples
- converg-examples
- cornode-examples
- dimmcnode-examples
- dirichlet-examples
- dmultinomial-examples
- empiricalC-examples
- empiricalD-examples
- evalmcmod-examples
- extractvar-examples
- hist.mc-examples
- is.mc-examples
- lhs-examples
- mc-examples
- mc.control-examples
- mcapply-examples
- mccut-examples
- mcmodel-examples
- mcnode-examples
- mcprobtree-examples
- mcratio-examples
- mcstoc-examples
- multinormal-examples
- outm-examples
- pert-examples
- plot.mc-examples
- plot.tornado-examples
- pmin-examples
- quantile.mc-examples
- rtrunc-examples
- summary.mc-examples
- tornado-examples
- tornadounc-examples
- triangular-examples
- typemcnode-examples
- unmc-examples