what is difference between using hampel filter and filloutliers function using movmedian/movmean method ?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ravi Raj Saxena
am 13 Aug. 2020
Beantwortet: Rajani Mishra
am 26 Aug. 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 Kommentare
Akzeptierte Antwort
Rajani Mishra
am 26 Aug. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Vibration Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!