CRAN
orders 0.1.3
Sampling from Order Statistics of New Families of Distributions
Released May 16, 2019 by Carlos Alberto Cardozo Delgado
Dependencies
Set of tools to generate samples of order statistics from new families of distributions. The main references for this package are: Gentle, J. (2009), Computational Statistics, Springer-Verlag and Naradajah, S. and Rocha, R. (2016),
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>orders</artifactId> <version>0.1.3-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:orders')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- order_beg-examples
- order_betaexpg-examples
- order_betag-examples
- order_eepg-examples
- order_eg-examples
- order_expg-examples
- order_expkumg-examples
- order_gammag-examples
- order_gammag1-examples
- order_gammag2-examples
- order_gbg-examples
- order_kumg-examples
- order_loggammag1-examples
- order_loggammag2-examples
- order_mbetag-examples
- order_mog-examples
- order_tessg-examples
- order_weibullg-examples