Commit | Line | Data |
---|---|---|
ac1d4231 BA |
1 | Package: epclust |
2 | Title: Clustering individual electricity power curves | |
3 | Description: EPCLUST: Electric Power curves CLUSTering, through their wavelets decomposition. | |
4 | The main method 'epclust' takes (usually long) time-series in input, and return as many | |
5 | clusters centers as requested, along with their identifiers (if aplicable). | |
6 | Several parameters can be tuned: please refer to the package vignette. | |
7 | Version: 0.1-0 | |
8 | Author: | |
9 | Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre], | |
62deb424 BA |
10 | Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut], |
11 | Yannig Goude <Yannig.Goude@edf.fr> [ctb], | |
12 | Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb] | |
ac1d4231 BA |
13 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> |
14 | Depends: | |
6ecf5c2d BA |
15 | R (>= 3.0.0), |
16 | parallel, | |
3465b246 BA |
17 | cluster, |
18 | wavelets | |
ac1d4231 BA |
19 | Suggests: |
20 | testthat, | |
5c652979 BA |
21 | wmtsa, |
22 | RSQLite | |
ac1d4231 | 23 | License: MIT + file LICENSE |