find_outliers

Version 1.0.0.0 (7 KB) by Yury
Finds outliers in your data - parameter free.
231 Downloads
Updated 8 Dec 2015

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Edited the description.
Added an icon image.