X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=DESCRIPTION;h=f3ee58a0216ef3d4a6226ba9c767d198850f9b57;hp=82f3e8483ddffbe208017e748b87ad088e143681;hb=e030a6e31232332b73187eda25870e843152c174;hpb=31f7d913d4a99d0a4db9bcfe40e31cebf90b22e6 diff --git a/DESCRIPTION b/DESCRIPTION index 82f3e84..f3ee58a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,10 @@ 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() +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] @@ -13,22 +14,24 @@ Depends: Suggests: roxygen2, testthat, - rmarkdown, - rainbow + rmarkdown, + rainbow LazyData: yes URL: http://git.auder.net/?p=talweg.git License: MIT + file LICENSE RoxygenNote: 5.0.1 Collate: - 'D_Neighbors.R' - 'D_Persistence.R' - 'D_Zero.R' 'Data.R' + 'Forecaster.R' + 'F_Average.R' + 'F_Level.R' + 'F_Neighbors.R' + 'F_Persistence.R' + 'F_Zero.R' 'Forecast.R' - 'ShapeForecaster.R' - 'S_Average.R' - 'S_Neighbors.R' - 'S_Persistence.R' + 'J_Neighbors.R' + 'J_Persistence.R' + 'J_Zero.R' 'getData.R' 'getError.R' 'getForecast.R'