Description Usage Arguments Value See Also
View source: R/multi_peak_features.R
Compute Euclidean distance between a signal and its rolling mean. Rolling mean is extended at extremeties by linear extrapolation, see ?rollex. Aims at giving an estimation of peak amplitude in oscillating signal.
1 | MPFeatAmp_euclidmean(x, window.size)
|
x |
a numerical vector. |
window.size |
integer, width of window for rolling mean. |
The Euclidean distance between x and its rolling mean.
MPFeatAmp_seasonal, MPFeatAmp_variation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.