Initial commit
[talweg.git] / DESCRIPTION
1 Package: talweg
2 Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables
3 Version: 0.1-0
4 Description: Forecast a curve sampled within the day (seconds, minutes, hours...),
5 using past measured curves, history of some exogenous variables measurements
6 and the exogenous prediction for tomorrow. Main method is getForecast()
7 Authors: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
8 Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb],
9 Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb]
10 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
11 Depends:
12 R (>= 3.0)
13 Suggests:
14 roxygen2,
15 testthat,
16 rmarkdown,
17 rainbow
18 LazyData: yes
19 URL: http://git.auder.net/?p=talweg.git
20 License: MIT + file LICENSE
21 RoxygenNote: 5.0.1
22 Collate:
23 'D_Neighbors.R'
24 'D_Persistence.R'
25 'D_Zero.R'
26 'Data.R'
27 'Forecast.R'
28 'ShapeForecaster.R'
29 'S_Average.R'
30 'S_Neighbors.R'
31 'S_Persistence.R'
32 'getData.R'
33 'getError.R'
34 'getForecast.R'
35 'plot.R'
36 'utils.R'