CRAN
Disake 1.5
Discrete associated kernel estimators
Released Jan 26, 2015 by W. E. Wansouwé
Discrete smoothing of probability mass function is performed using three discrete associated kernels: Dirac Discrete Uniform (DiracDU), Binomial and Discrete Triangular. Two automatic bandwidth selection procedures are implemented: the cross-validation method for the three kernels and the local Bayesian approach for Binomial kernel. Note that DiracDU is used for categorical data, Binomial kernel is appropriate for count data with small or moderate sample sizes, and Discrete Triangular kernel is recommended for count data with large sample sizes.
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>Disake</artifactId> <version>1.5-b243</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:Disake')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.