CRAN

nnfor 0.9.6

Time Series Forecasting with Neural Networks

Released Jan 16, 2019 by Nikolaos Kourentzes

This package is available for Renjin and there are no known compatibility issues.

Dependencies

plotrix 3.7-4 forecast 8.4 glmnet 2.0-16 MASS 7.3-51.1 tsutils 0.9.0 neuralnet 1.33 uroot 2.0-9

Automatic time series modelling with neural networks. Allows fully automatic, semi-manual or fully manual specification of networks. For details of the specification methodology see: (i) Crone and Kourentzes (2010) ; and (ii) Kourentzes et al. (2014) .

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>nnfor</artifactId>
    <version>0.9.6-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:nnfor')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 18, 2019.

Source

R

View GitHub Mirror

Release History