View source: R/SpectrumEstimation_biweight_filter.R
biweight_filter | R Documentation |
The biweight_filter(x) is our implementation of the method described in
biweight_filter(x)
x: |
data (observations/measurements/signal), real-valued vector |
"High breakdown methods of time series analysis. Tatum, L.G., and Hurvich, C. M. Journal of the Royal Statistical Society. Series B (Methodological), pp. 881-896, 1993.
The code is based on an implementation by Falco Strasser, Signal Processing Group, TU Darmstadt, October 2010.
xFBi: Biweight filtered (outlier cleaned) signal
ABi: Fourier coefficients for cosine
BBi: Fourier coefficients for sine
ATM takes forever File location: SpectrumEstimation_biweight_filter.R
"Robust Statistics for Signal Processing" Zoubir, A.M. and Koivunen, V. and Ollila, E. and Muma, M. Cambridge University Press, 2018.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.