what is difference between using hampel filter and filloutliers function using movmedian/movmean method ?
4 次查看(过去 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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Vibration Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!