No longer direct predict for Neighbors2: recollement comme Neighbors (better)
[talweg.git] / pkg / DESCRIPTION
1 Package: talweg
2 Title: Time-Series Samples Forecasted With Exogenous Variables
3 Version: 0.1-0
4 Description: Forecast a curve sampled within the day (seconds, minutes,
5 hours...), using past measured curves + paste exogenous informations, which
6 could be some aggregated measure on the past curves, the weather... Main
7 starting point: computeForecast().
8 Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
9 Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
10 Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
11 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12 Depends:
13 R (>= 3.0),
14 Imports:
15 R6,
16 methods
17 Suggests:
18 parallel,
19 devtools,
20 roxygen2,
21 testthat,
22 rainbow
23 LazyData: yes
24 URL: http://git.auder.net/?p=talweg.git
25 License: MIT + file LICENSE
26 RoxygenNote: 6.0.1
27 Collate:
28 'A_NAMESPACE.R'
29 'Data.R'
30 'Forecaster.R'
31 'F_Average.R'
32 'F_Neighbors.R'
33 'F_Neighbors2.R'
34 'F_Persistence.R'
35 'F_Zero.R'
36 'Forecast.R'
37 'J_Neighbors.R'
38 'J_Persistence.R'
39 'J_Zero.R'
40 'computeError.R'
41 'computeForecast.R'
42 'getData.R'
43 'plot.R'
44 'utils.R'