The mathematics behind the "filloutliers" function
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 27 Mag 2019
It only considers the values of the non-outliers. The code that does the work is in toolbox/matlab/datafun/private/locateoutliers.m
Risposte (0)
Vedere anche
Categorie
Scopri di più su Least Squares in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!