Description Usage Arguments Value See Also
View source: R/multi_peak_features.R
Decompose signal with classical decomposition and returns amplitude of the seasonal component. Aims at giving an estimation of peak amplitude in oscillating signal.
1 | MPFeatAmp_seasonal(x, window.size, robust = TRUE)
|
x |
a numerical vector. |
window.size |
integer, width of window for rolling mean used to extract the trend component. See ?classical.decomposition. |
robust |
logical. If TRUE, seasonal component is estimated by taking the median of values at each stage of a season. If FALSE, uses mean. See ?classical.decomposition. |
The difference between maximum and minimum of the seasonal component.
MPFeatAmp_euclidmean, MPFeatAmp_variation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.