The mathematics behind the "filloutliers" function
4 次查看(过去 30 天)
显示 更早的评论
I've been trying to find the mathematics/theory behind the matlab filloutliers function, but could not find anything about it.
Does anyone know what the theory behind this function is, besides that it detects and replaces outliers?
3 个评论
Walter Roberson
2019-5-27
It only considers the values of the non-outliers. The code that does the work is in toolbox/matlab/datafun/private/locateoutliers.m
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Least Squares 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!