CRAN
Data2LD 2.0.0
Functional Data Analysis with Linear Differential Equations
Released Jan 24, 2019 by James Ramsay
Dependencies
fda 2.4.8 Matrix 1.2-15 deSolve 1.21
Provides methods for using differential equations as modelling objects as described in J. Ramsay G. and Hooker (2017,ISBN 978-1-4939-7188-6) Dynamic Data Analysis, New York: Springer. Data sets and script files for analyzing many of the examples in this book are included. This version corrects bugs and adds a new demo, CruiseControl. 'Matlab' versions of the code and sample analyses are available by ftp from
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>Data2LD</artifactId> <version>2.0.0-b1</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:Data2LD')
Test Results
This package was last tested against Renjin 0.9.2719 on Jan 26, 2019.