CRAN

jaatha 3.2.0

Simulation-Based Maximum Likelihood Parameter Estimation

Released May 13, 2016 by Paul Staab

This package can be loaded by Renjin but 4 out 174 tests failed.

Dependencies

assertthat 0.2.0 R6 2.2.2

An estimation method that can use computer simulations to approximate maximum-likelihood estimates even when the likelihood function can not be evaluated directly. It can be applied whenever it is feasible to conduct many simulations, but works best when the data is approximately Poisson distributed. It was originally designed for demographic inference in evolutionary biology. It has optional support for conducting coalescent simulation using the 'coala' package.

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>jaatha</artifactId>
    <version>3.2.0-b25</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:jaatha')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.