what is difference between using hampel filter and filloutliers function using movmedian/movmean method ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ravi Raj Saxena
il 13 Ago 2020
Risposto: Rajani Mishra
il 26 Ago 2020
I wanted a window kind function to detect outliers & replace it with some value. I came across these two functions. It seems that both of them are using similar technique. If the technique are same can we use hampel function inside filloutliers function? If not what is the difference among these two ?
Thank you
0 Commenti
Risposta accettata
Rajani Mishra
il 26 Ago 2020
You can configure filloutliers function to work as hampel function, but hampel function removes outlier using hampel identifier, you can have a look at its input argument it does not provide any other method for detecting outlier or replacing outlier. Whereas filloutliers function supports different methods for detection and replacement of outliers.
About using hampel function inside filloutliers function please refer to this link for learning about the input arguments accepted by filloutliers function: https://www.mathworks.com/help/matlab/ref/filloutliers.html
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Vibration Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!