X-Git-Url: https://git.auder.net/?p=aggexp.git;a=blobdiff_plain;f=pkg%2FDESCRIPTION;fp=pkg%2FDESCRIPTION;h=f38407a0c567f9ab503ea84f7ec18ca9faccf8fe;hp=81221fcef535f695f66b3ab9091daa420fcfcc66;hb=d1ae093753e81f18ffeaced56ea74446c5922bd6;hpb=ac475607b3776ed6fdbdc1a26a86f6c0d8498011 diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 81221fc..f38407a 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,10 +1,14 @@ -Package: affexp +Package: aggexp Title: aggexp : AGGregation of EXPerts to forecast time-series Version: 0.2-3 -Description: Blabla TODO -Authors: Benjamin Auder [aut,cre], - Jean-Michel Poggi [ctb], - Bruno Portier , [ctb] +Description: As the title suggests, past predictions of a set of given experts + are aggregated until time t to predict at time t+1, (generally) as a weighted + sum of values at time t. Several weights optimization algorithm are compared: + exponential weights, MLPoly, and some classical statistical learning procedures + (Ridge, SVM...). +Author: Benjamin Auder [aut,cre], + Jean-Michel Poggi [ctb], + Bruno Portier , [ctb] Maintainer: Benjamin Auder Depends: R (>= 3.0) @@ -16,10 +20,11 @@ LazyData: yes URL: http://git.auder.net/?p=aggexp.git License: MIT + file LICENSE Collate: - 'aggexp.R' + 'A_NAMESPACE.R' 'z_util.R' 'b_Algorithm.R' 'b_LinearAlgorithm.R' + 'd_dataset.R' 'm_ExponentialWeights.R' 'm_GeneralizedAdditive.R' 'm_KnearestNeighbors.R' @@ -31,3 +36,4 @@ Collate: 'z_runAlgorithm.R' 'z_plotHelper.R' 'z_plot.R' +RoxygenNote: 5.0.1