Package: talweg Title: talweg : Time-series sAmpLes forecasted With ExoGenous variables Version: 0.1-0 Description: Forecast a curve sampled within the day (seconds, minutes, hours...), using past measured curves, history of some exogenous variables measurements and the exogenous prediction for tomorrow. Main method is getForecast() Authors: Benjamin Auder [aut,cre], Jean-Michel Poggi [ctb], Bruno Portier , [ctb] Maintainer: Benjamin Auder Depends: R (>= 3.0) Suggests: roxygen2, testthat, rmarkdown, rainbow LazyData: yes URL: http://git.auder.net/?p=talweg.git License: MIT + file LICENSE RoxygenNote: 5.0.1 Collate: 'Data.R' 'Forecaster.R' 'F_Average.R' 'F_Neighbors.R' 'F_Persistence.R' 'F_Zero.R' 'Forecast.R' 'J_Neighbors.R' 'J_Persistence.R' 'J_Zero.R' 'getData.R' 'getError.R' 'getForecast.R' 'plot.R' 'utils.R'