find_outliers

版本 1.0.0.0 (7.0 KB) 作者: Yury
Finds outliers in your data - parameter free.
231.0 次下载
更新时间 2015/12/8

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Edited the description.
Added an icon image.