first tests for Neighbors2 after debug; TODO: some missing forecasts
[talweg.git] / pkg / DESCRIPTION
CommitLineData
3d69ff21 1Package: talweg
4e25de2c 2Title: Time-Series Samples Forecasted With Exogenous Variables
3d69ff21 3Version: 0.1-0
5e838b3e
BA
4Description: 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().
4e25de2c 8Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
3d69ff21
BA
9 Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
10 Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
11Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12Depends:
25b75559 13 R (>= 3.0),
4e25de2c
BA
14Imports:
15 R6,
16 methods
3d69ff21 17Suggests:
4e25de2c 18 devtools,
3d69ff21
BA
19 roxygen2,
20 testthat,
4e25de2c 21 rainbow
3d69ff21
BA
22LazyData: yes
23URL: http://git.auder.net/?p=talweg.git
24License: MIT + file LICENSE
5e838b3e
BA
25RoxygenNote: 5.0.1
26Collate:
4e25de2c 27 'A_NAMESPACE.R'
3d69ff21 28 'Data.R'
e030a6e3
BA
29 'Forecaster.R'
30 'F_Average.R'
e030a6e3 31 'F_Neighbors.R'
5e838b3e 32 'F_Neighbors2.R'
e030a6e3
BA
33 'F_Persistence.R'
34 'F_Zero.R'
3d69ff21 35 'Forecast.R'
e030a6e3
BA
36 'J_Neighbors.R'
37 'J_Persistence.R'
38 'J_Zero.R'
99f83c9a
BA
39 'computeError.R'
40 'computeForecast.R'
25b75559 41 'getData.R'
3d69ff21
BA
42 'plot.R'
43 'utils.R'