find_outliers

Versión 1.0.0.0 (7 KB) por Yury
Finds outliers in your data - parameter free.
231 descargas
Actualizado 8 dic 2015

Ver licencia

The algorithm assumes unimodal, non-skewed, but possibly non-normal and correlated dataset of an arbitrary dimension. Outliers are the data points which have less than 5% probability of belonging to the dataset. The approach is empirical, based on simulating 95% quantile of Pearson distributions with zero skew and kurtosis varying from 1.8 (uniform distribution) to 6 (Laplace distribution). The simulation results were linearly fit vs the number of datapoints and the dataset's kurtosis. Dependence of the results on the dataset dimensionality was very slight and was ignored.

Citar como

Yury (2024). find_outliers (https://www.mathworks.com/matlabcentral/fileexchange/54383-find_outliers), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Edited the description.
Added an icon image.