find_outliers

バージョン 1.0.0.0 (7 KB) 作成者: Yury
Finds outliers in your data - parameter free.
ダウンロード: 231
更新 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 Center および MATLAB AnswersStatistics 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.