CRAN

DatAssim 1.0

Data Assimilation

Released Nov 2, 2017 by Svetlana Saarela

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

RcppArmadillo 0.8.500.0 Rcpp

For estimation of a variable of interest using Kalman filter by incorporating results from previous assessments, i.e. through development weighted estimates where weights are assigned inversely proportional to the variance of existing and new estimates. For reference see Ehlers et al. (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>DatAssim</artifactId>
    <version>1.0-b8</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:DatAssim')

Source

R
C
C++

View GitHub Mirror

Release History