| 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, |
| 5 | hours...), using past measured curves, history of some exogenous variables |
| 6 | measurements and the exogenous prediction for tomorrow. Main method is |
| 7 | getForecast() |
| 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: |
| 13 | R (>= 3.0) |
| 14 | Suggests: |
| 15 | roxygen2, |
| 16 | testthat, |
| 17 | rmarkdown, |
| 18 | rainbow |
| 19 | LazyData: yes |
| 20 | URL: http://git.auder.net/?p=talweg.git |
| 21 | License: MIT + file LICENSE |
| 22 | RoxygenNote: 5.0.1 |
| 23 | Collate: |
| 24 | 'Data.R' |
| 25 | 'Forecaster.R' |
| 26 | 'F_Average.R' |
| 27 | 'F_Neighbors.R' |
| 28 | 'F_Persistence.R' |
| 29 | 'F_Zero.R' |
| 30 | 'Forecast.R' |
| 31 | 'J_Neighbors.R' |
| 32 | 'J_Persistence.R' |
| 33 | 'J_Zero.R' |
| 34 | 'getData.R' |
| 35 | 'getError.R' |
| 36 | 'getForecast.R' |
| 37 | 'plot.R' |
| 38 | 'utils.R' |