Commit | Line | Data |
---|---|---|
3d69ff21 | 1 | Package: talweg |
4e25de2c | 2 | Title: Time-Series Samples Forecasted With Exogenous Variables |
3d69ff21 | 3 | Version: 0.1-0 |
5e838b3e | 4 | Description: Forecast a curve sampled within the day (seconds, minutes, |
2057c793 | 5 | hours...), using past measured curves + past exogenous informations, which |
5e838b3e BA |
6 | could be some aggregated measure on the past curves, the weather... Main |
7 | starting point: computeForecast(). | |
4e25de2c | 8 | Author: 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] | |
11 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> | |
12 | Depends: | |
25b75559 | 13 | R (>= 3.0), |
4e25de2c BA |
14 | Imports: |
15 | R6, | |
16 | methods | |
3d69ff21 | 17 | Suggests: |
ee8b1b4e | 18 | parallel, |
4e25de2c | 19 | devtools, |
3d69ff21 BA |
20 | roxygen2, |
21 | testthat, | |
4e25de2c | 22 | rainbow |
3d69ff21 BA |
23 | LazyData: yes |
24 | URL: http://git.auder.net/?p=talweg.git | |
25 | License: MIT + file LICENSE | |
2057c793 BA |
26 | RoxygenNote: 5.0.1 |
27 | Collate: | |
e169b5d5 | 28 | 'plot.R' |
99f83c9a BA |
29 | 'computeError.R' |
30 | 'computeForecast.R' | |
e169b5d5 BA |
31 | 'J_Zero.R' |
32 | 'J_Persistence.R' | |
33 | 'J_Neighbors.R' | |
34 | 'F_Zero.R' | |
35 | 'F_Persistence.R' | |
36 | 'F_Neighbors.R' | |
37 | 'F_Average.R' | |
25b75559 | 38 | 'getData.R' |
3d69ff21 | 39 | 'utils.R' |
e169b5d5 BA |
40 | 'Forecaster.R' |
41 | 'Forecast.R' | |
42 | 'Data.R' | |
43 | 'A_NAMESPACE.R' |