CRAN
MonteCarlo 1.0.6
Automatic Parallelized Monte Carlo Simulations
Released Jan 31, 2019 by Christian Hendrik Leschinski
Dependencies
abind 1.4-3 snowfall 1.84-6.1 rlecuyer 0.3-4 reshape 0.8.8 codetools 0.2-16 snow 0.4-2
Simplifies Monte Carlo simulation studies by automatically setting up loops to run over parameter grids and parallelising the Monte Carlo repetitions. It also generates LaTeX tables.
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>MonteCarlo</artifactId> <version>1.0.6-b1</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:MonteCarlo')
Test Results
This package was last tested against Renjin 0.9.2719 on Feb 2, 2019.