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 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.