CRAN
threshr 1.0.1
Threshold Selection and Uncertainty for Extreme Value Analysis
Released Mar 1, 2019 by Paul J. Northrop
Dependencies
Provides functions for the selection of thresholds for use in extreme value models, based mainly on the methodology in Northrop, Attalides and Jonathan (2017)
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>threshr</artifactId> <version>1.0.1-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:threshr')
Test Results
This package was last tested against Renjin 0.9.2724 on Mar 3, 2019.