| 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/main.R |
| 3 | \name{curvesToContribs} |
| 4 | \alias{curvesToContribs} |
| 5 | \title{curvesToContribs} |
| 6 | \usage{ |
| 7 | curvesToContribs(series, wf, ctype) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{series}{Matrix of series (in rows), of size n x L} |
| 11 | |
| 12 | \item{wf}{Wavelet transform filter; see ?wavelets::wt.filter} |
| 13 | |
| 14 | \item{ctype}{Type of contribution: "relative" or "absolute" (or any prefix)} |
| 15 | } |
| 16 | \value{ |
| 17 | A matrix of size n x log(L) containing contributions in rows |
| 18 | } |
| 19 | \description{ |
| 20 | Compute the discrete wavelet coefficients for each series, and aggregate them in |
| 21 | energy contribution across scales as described in https://arxiv.org/abs/1101.4744v2 |
| 22 | } |