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 个评论
mootje_3000
mootje_3000 2019-5-27
编辑:mootje_3000 2019-5-27
Lets considere "spline" as a "fill method" . The documentation says that it detects and replaces outliers by filling it using piecewise cubic spline interpolation. Does the function in this case delete the outliers and fills them accoring to a piecewise cubic spline interpolation, or does it also consider the value of these outliers?
Walter Roberson
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 CenterFile Exchange 中查找有关 Least Squares 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by