CRAN

ActuDistns 3.0

Functions for actuarial scientists

Released Sep 14, 2012 by Saralees Nadarajah

This package can be loaded by Renjin but 2 out 165 tests failed.

Dependencies

hypergeo 1.2-13 reliaR 0.01 actuar 2.3-1

Computes the probability density function, hazard rate function, integrated hazard rate function and the quantile function for 44 commonly used survival models

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>ActuDistns</artifactId>
    <version>3.0-b255</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:ActuDistns')

Test Results

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

Source

R

View GitHub Mirror

Release History