X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=pkg%2Fman%2FcurvesToContribs.Rd;fp=pkg%2Fman%2FcurvesToContribs.Rd;h=caa2532bf608754095f65ff247ba797398f300c4;hp=0000000000000000000000000000000000000000;hb=e906736ea27105237e84c904dce6170353726292;hpb=57f337af19cd6251815bb1ff2d62f4c58e8b6078 diff --git a/pkg/man/curvesToContribs.Rd b/pkg/man/curvesToContribs.Rd new file mode 100644 index 0000000..caa2532 --- /dev/null +++ b/pkg/man/curvesToContribs.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/main.R +\name{curvesToContribs} +\alias{curvesToContribs} +\title{curvesToContribs} +\usage{ +curvesToContribs(series, wf, ctype) +} +\arguments{ +\item{series}{Matrix of series (in rows), of size n x L} + +\item{wf}{Wavelet transform filter; see ?wavelets::wt.filter} + +\item{ctype}{Type of contribution: "relative" or "absolute" (or any prefix)} +} +\value{ +A matrix of size n x log(L) containing contributions in rows +} +\description{ +Compute the discrete wavelet coefficients for each series, and aggregate them in +energy contribution across scales as described in https://arxiv.org/abs/1101.4744v2 +}