CRAN
alphaOutlier 1.2.0
Obtain Alpha-Outlier Regions for Well-Known Probability Distributions
Released Sep 9, 2016 by Andre Rehage
Dependencies
quantreg 5.36 Rsolnp 1.16 nleqslv 3.3.2
Given the parameters of a distribution, the package uses the concept of alpha-outliers by Davies and Gather (1993) to flag outliers in a data set. See Davies, L.; Gather, U. (1993): The identification of multiple outliers, JASA, 88 423, 782-792,
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>alphaOutlier</artifactId> <version>1.2.0-b17</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:alphaOutlier')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- alphaOutlier-package-examples
- aout.binom-examples
- aout.cg-examples
- aout.chisq-examples
- aout.conttab-examples
- aout.exp-examples
- aout.gandh-examples
- aout.hyper-examples
- aout.kernel-examples
- aout.laplace-examples
- aout.logis-examples
- aout.mvnorm-examples
- aout.nbinom-examples
- aout.norm-examples
- aout.pareto-examples
- aout.pois-examples
- aout.weibull-examples
- createDesMat-examples