| 1 | Package: talweg |
| 2 | Title: Time-Series Samples Forecasted With Exogenous Variables |
| 3 | Version: 0.3-0 |
| 4 | Description: Forecast a curve sampled within the day (seconds, minutes, |
| 5 | hours...), using past measured curves + past exogenous informations, which |
| 6 | could be some aggregated measure on the past curves, the weather... Main |
| 7 | starting point: computeForecast(). |
| 8 | Author: 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 | Imports: |
| 15 | R6, |
| 16 | methods, |
| 17 | MASS |
| 18 | Suggests: |
| 19 | parallel, |
| 20 | devtools, |
| 21 | roxygen2, |
| 22 | testthat, |
| 23 | rainbow |
| 24 | LazyData: yes |
| 25 | URL: http://git.auder.net/?p=talweg.git |
| 26 | License: MIT + file LICENSE |
| 27 | RoxygenNote: 6.0.1 |
| 28 | Collate: |
| 29 | 'plot.R' |
| 30 | 'computeError.R' |
| 31 | 'computeForecast.R' |
| 32 | 'J_Zero.R' |
| 33 | 'J_Persistence.R' |
| 34 | 'J_Neighbors.R' |
| 35 | 'F_Zero.R' |
| 36 | 'F_Persistence.R' |
| 37 | 'F_Neighbors.R' |
| 38 | 'F_Average.R' |
| 39 | 'getData.R' |
| 40 | 'utils.R' |
| 41 | 'Forecaster.R' |
| 42 | 'Forecast.R' |
| 43 | 'Data.R' |
| 44 | 'A_NAMESPACE.R' |
| 45 | 'J_LastValue.R' |
| 46 | 'sample_dataset.R' |