-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
28 lines (28 loc) · 897 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: nnfor
Type: Package
Title: Time Series Forecasting with Neural Networks
Version: 0.9.8
Authors@R: person("Nikolaos", "Kourentzes", email = "[email protected]",
role = c("aut", "cre"))
Description: 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) <doi:10.1016/j.neucom.2010.01.017>;
and (ii) Kourentzes et al. (2014) <doi:10.1016/j.eswa.2013.12.011>.
License: GPL-3
Encoding: UTF-8
Depends:
generics
Imports:
forecast,
glmnet,
neuralnet,
plotrix,
MASS,
tsutils,
uroot,
methods
Suggests:
thief
URL: https://kourentzes.com/forecasting/2019/01/16/tutorial-for-the-nnfor-r-package/
BugReports: https://github.com/trnnick/nnfor/issues
RoxygenNote: 7.2.0