Commit | Line | Data |
---|---|---|
b7cd987d BA |
1 | Package: epclust |
2 | Title: Clustering Individual Electricity Power Curves | |
3 | Description: Electric Power curves CLUSTering, through their wavelets | |
4 | decomposition. The main function 'claws' takes (usually long) time-series | |
5 | in input, and return as many clusters centers as requested, along with their | |
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. | |
9 | Version: 0.1-0 | |
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] | |
14 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> | |
15 | Depends: | |
16 | R (>= 3.0.0) | |
17 | Imports: | |
18 | methods, | |
19 | parallel, | |
20 | cluster, | |
21 | bigmemory, | |
22 | wavethresh, | |
23 | Rwave | |
24 | Suggests: | |
25 | synchronicity, | |
26 | devtools, | |
27 | testthat, | |
28 | roxygen2, | |
29 | MASS, | |
30 | wmtsa, | |
31 | DBI, | |
32 | digest | |
33 | License: MIT + file LICENSE | |
34 | RoxygenNote: 6.0.1 | |
35 | Collate: | |
36 | 'main.R' | |
37 | 'clustering.R' | |
38 | 'de_serialize.R' | |
39 | 'A_NAMESPACE.R' | |
40 | 'computeSynchrones.R' | |
41 | 'computeWerDists.R' | |
42 | 'plot.R' | |
43 | 'simulateCurve.R' | |
44 | 'utils.R' |