CRAN

AMA 1.0.8

Anderson-Moore Algorithm

Released Oct 27, 2010 by Gary Anderson

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 8 out 12 tests failed.

Dependencies

rJava

Implements Anderson-Moore algorithm for solving linear rational expectations models. For information about the algorithm and its uses, please see http://www.federalreserve.gov/pubs/oss/oss4/aimindex.html. This version works on both Unix and Windows. For questions about the algorithm and its implementation/applications, please contact gary.anderson@frb.gov. If you are having technical issues with the package, please contact aneesh.raghunandan@yale.edu.

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>AMA</artifactId>
    <version>1.0.8-b37</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:AMA')

Test Results

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

Source

R
C
Fortran

View GitHub Mirror

Release History