Description Usage Arguments Value
View source: R/decomposition.R
The result is a structure list(length, maxscale, coef)
where:
Size of the input vector (number of samples)
What is the maximum scale produced by the decomposition.
The output matrix containing the decomposition coeficients. Rows represent scales (row 1 represents scale 0). Columns represent time (sample with index same as column number).
1 | decompose_traffic(ts, cutoff.fraction = 0.004)
|
ts |
Input vector which represents regularized time-series. |
cutoff.fraction |
How strongly to optimize the coeficients. |
A structure list(length, maxscale, coef)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.