The mathematics behind the "filloutliers" function
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 27 de Mayo de 2019
It only considers the values of the non-outliers. The code that does the work is in toolbox/matlab/datafun/private/locateoutliers.m
Respuestas (0)
Ver también
Categorías
Más información sobre Least Squares en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!