CRAN
afmtools 0.1.8
Estimation, Diagnostic and Forecasting Functions for ARFIMA models
Released Dec 28, 2012 by Javier E. Contreras-Reyes
Dependencies
longmemo 1.0-0 sandwich 2.4-0 hypergeo 1.2-13 fracdiff 1.4-2 polynom 1.3-9
A collection of estimation, forecasting and diagnostic tools for autoregressive fractionally integrated moving-average process (ARFIMA).
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>afmtools</artifactId> <version>0.1.8-b264</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:afmtools')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- MammothCreek-examples
- TreeRing-examples
- arfima-methods-examples
- arfima.whittle-examples
- arfima.whittle.loglik-examples
- check.parameters.arfima-examples
- gw.test-examples
- ir.arfima-examples
- per.arfima-examples
- pi.j-examples
- psi.j-examples
- rho.arma-examples
- rho.sowell-examples
- smv.afm-examples
- spectrum.arfima-examples
- spectrum.arma-examples
- var.afm-examples