what is difference between using hampel filter and filloutliers function using movmedian/movmean method ?

7 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Rajani Mishra
Rajani Mishra el 26 de Ag. de 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

Más respuestas (0)

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by