CRAN

deamer 1.0

Deconvolution density estimation with adaptive methods for a variable prone to measurement error

Released Aug 5, 2012 by j.stirnemann

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

deamer provides deconvolution algorithms for the non-parametric estimation of the density f of an error-prone variable x with additive noise e. The model is y = x + e where the noisy variable y is observed, while x is unobserved. Estimation may be performed for i) a known density of the error ii) with an auxiliary sample of pure noise and iii) with an auxiliary sample of replicate (repeated) measurements. Estimation is performed using adaptive model selection and penalized contrasts.

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>deamer</artifactId>
    <version>1.0-b250</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:deamer')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R

View GitHub Mirror

Release History