Description Usage Arguments Value See Also
View source: R/multi_peak_features.R
Decompose signal with classical decomposition and returns mean of the (trimmed) absolute remainder component. Aims at at giving an estimation of the variation of peak amplitudes in oscillating signal.
1 | MPFeatAmp_variation(x, window.size, trim = NULL, robust = TRUE)
|
x |
a numerical vector. |
window.size |
integer, width of window for rolling mean used to extract the trend component. See ?classical.decomposition. |
trim |
optional. Gives the minimum absolute value of remainder to be considered. |
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 mean (trimmed) absolute remainder.
MPFeatAmp_euclidmean, MPFeatAmp_seasonal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.