CRAN

AnnuityRIR 1.0-0

Annuity Random Interest Rates

Released Nov 3, 2017 by Fabrizio Maturo

This package can be loaded by Renjin but 14 out 47 tests failed.

Dependencies

actuar 2.1-1 fitdistrplus 1.0-9 EnvStats 2.3.0 mc2d 0.1-18 tseries 0.10-42

Annuity Random Interest Rates proposes different techniques for the approximation of the present and final value of a unitary annuity-due or annuity-immediate considering interest rate as a random variable. Cruz Rambaud et al. (2017) . Cruz Rambaud et al. (2015) .

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>AnnuityRIR</artifactId>
    <version>1.0-0-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:AnnuityRIR')

Test Results

This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.

Source

R

View GitHub Mirror

Release History