Commit | Line | Data |
---|---|---|
ac1d4231 | 1 | Package: epclust |
3fb6e823 BA |
2 | Title: Clustering Individual Electricity Power Curves |
3 | Description: Electric Power curves CLUSTering, through their wavelets | |
282342ba | 4 | decomposition. The main function 'claws' takes (usually long) time-series |
56857861 | 5 | in input, and return as many clusters centers as requested, along with their |
282342ba BA |
6 | ranks and synchrones (sum of all curves in one group). |
7 | For the method, see ?claws and https://arxiv.org/abs/1101.4744. | |
8 | For usage examples, see ?claws and package vignette. | |
ac1d4231 | 9 | Version: 0.1-0 |
56857861 BA |
10 | Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre], |
11 | Jairo Cugliari <Jairo.Cugliari@univ-lyon2.fr> [aut], | |
12 | Yannig Goude <Yannig.Goude@edf.fr> [ctb], | |
13 | Jean-Michel Poggi <Jean-Michel.Poggi@math.u-psud.fr> [ctb] | |
ac1d4231 BA |
14 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> |
15 | Depends: | |
4bcfdbee BA |
16 | R (>= 3.0.0) |
17 | Imports: | |
18 | methods, | |
56857861 BA |
19 | parallel, |
20 | cluster, | |
363ae134 | 21 | bigmemory, |
282342ba BA |
22 | wavelets, |
23 | Rwave | |
ac1d4231 | 24 | Suggests: |
492cd9e7 | 25 | synchronicity, |
4bcfdbee | 26 | devtools, |
ac1d4231 | 27 | testthat, |
282342ba | 28 | roxygen2, |
363ae134 | 29 | MASS, |
56857861 | 30 | wmtsa, |
40f12a2f | 31 | DBI, |
e9f4b74f | 32 | digest |
ac1d4231 | 33 | License: MIT + file LICENSE |
e9f4b74f BA |
34 | RoxygenNote: 5.0.1 |
35 | Collate: | |
4bcfdbee | 36 | 'main.R' |
56857861 BA |
37 | 'clustering.R' |
38 | 'de_serialize.R' | |
6ad3f3fd | 39 | 'A_NAMESPACE.R' |
282342ba BA |
40 | 'computeSynchrones.R' |
41 | 'computeWerDists.R' | |
e161499b | 42 | 'plot.R' |
282342ba | 43 | 'utils.R' |