CRAN
gpDDE 0.8.2
General Profiling Method for Delay Differential Equation
Released Dec 16, 2015 by Ziqian Zhou
Dependencies
CollocInfer 1.0.4 forecast 8.2 limSolve 1.5.5.3 fda 2.4.7 penalized 0.9-50 deSolve 1.20 MASS 7.3-47 TSA 1.01 lars 1.2 trustOptim 0.8.6.1 nnls 1.4
Functions implement collocation-inference for stochastic process driven by distributed delay differential equations. They also provide tools for selecting the lags for distributed delay using shrinkage methods, estimating time-varying coefficients, and tools for inference and prediction.
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>gpDDE</artifactId> <version>0.8.2-b25</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:gpDDE')
Test Results
This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.