CRAN

dcurver 0.9.1

Utility Functions for Davidian Curves

Released Apr 23, 2018 by Oğuzhan Öğreden

This package can be loaded by Renjin but 1 out 3 tests failed.

Dependencies

Rcpp RcppArmadillo 0.9.100.5.0

A Davidian curve defines a seminonparametric density, whose shape and flexibility can be tuned by easy to estimate parameters. Since a special case of a Davidian curve is the standard normal density, Davidian curves can be used for relaxing normality assumption in statistical applications (Zhang & Davidian, 2001) . This package provides the density function, the gradient of the loglikelihood and a random generator for Davidian curves.

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>dcurver</artifactId>
    <version>0.9.1-b4</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:dcurver')

Test Results

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

Source

R
C
C++

View GitHub Mirror

Release History