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

6 ビュー (過去 30 日間)
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

採用された回答

Rajani Mishra
Rajani Mishra 2020 年 8 月 26 日
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 件)

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by