CRAN

appell 0.0-4

Compute Appell's F1 hypergeometric function

Released Apr 16, 2013 by Daniel Sabanes Bove

This package can be loaded by Renjin but all tests failed.

This package wraps Fortran code by F. D. Colavecchia and G. Gasaneo for computing the Appell's F1 hypergeometric function. Their program uses Fortran code by L. F. Shampine and H. A. Watts. Moreover, the hypergeometric function with complex arguments is computed with Fortran code by N. L. J. Michel and M. V. Stoitsov or with Fortran code by R. C. Forrey. See the function documentations for the references and please cite them accordingly.

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>appell</artifactId>
    <version>0.0-4-b278</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:appell')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.

Source

R
C
Fortran

View GitHub Mirror

Release History