CRAN

turboEM 2018.1

A Suite of Convergence Acceleration Schemes for EM, MM and Other Fixed-Point Algorithms

Released May 3, 2018 by Ravi Varadhan

This package is available for Renjin and there are no known compatibility issues.

Dependencies

doParallel 1.0.11 foreach 1.4.4 quantreg 5.36 iterators 1.0.10 numDeriv 2016.8-1

Algorithms for accelerating the convergence of slow, monotone sequences from smooth, contraction mapping such as the EM and MM algorithms. It can be used to accelerate any smooth, linearly convergent acceleration scheme. A tutorial style introduction to this package is available in a vignette on the CRAN download page or, when the package is loaded in an R session, with vignette("turboEM").

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>turboEM</artifactId>
    <version>2018.1-b3</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:turboEM')

Test Results

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