Commit | Line | Data |
---|---|---|
3d69ff21 BA |
1 | Package: talweg |
2 | Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables | |
3 | Version: 0.1-0 | |
e030a6e3 BA |
4 | Description: Forecast a curve sampled within the day (seconds, minutes, |
5 | hours...), using past measured curves, history of some exogenous variables | |
6 | measurements and the exogenous prediction for tomorrow. Main method is | |
99f83c9a | 7 | computeForecast() |
3d69ff21 BA |
8 | Authors: 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: | |
25b75559 BA |
13 | R (>= 3.0), |
14 | R6 | |
3d69ff21 BA |
15 | Suggests: |
16 | roxygen2, | |
17 | testthat, | |
e030a6e3 | 18 | rmarkdown, |
613a986f BA |
19 | rainbow, |
20 | knitr | |
3d69ff21 BA |
21 | LazyData: yes |
22 | URL: http://git.auder.net/?p=talweg.git | |
23 | License: MIT + file LICENSE | |
546b0cb6 | 24 | RoxygenNote: 6.0.1 |
3d69ff21 | 25 | Collate: |
3d69ff21 | 26 | 'Data.R' |
e030a6e3 BA |
27 | 'Forecaster.R' |
28 | 'F_Average.R' | |
e030a6e3 BA |
29 | 'F_Neighbors.R' |
30 | 'F_Persistence.R' | |
31 | 'F_Zero.R' | |
3d69ff21 | 32 | 'Forecast.R' |
e030a6e3 BA |
33 | 'J_Neighbors.R' |
34 | 'J_Persistence.R' | |
35 | 'J_Zero.R' | |
99f83c9a BA |
36 | 'computeError.R' |
37 | 'computeForecast.R' | |
25b75559 | 38 | 'getData.R' |
3d69ff21 BA |
39 | 'plot.R' |
40 | 'utils.R' | |
613a986f | 41 | VignetteBuilder: knitr |