Detect outliers in multivariate datasets

버전 1.0.1.5 (9.02 KB) 작성자: Anton Semechko
Compute robust estimates of mean and covariance, and flag potential multivariate outliers
다운로드 수: 1.2K
업데이트 날짜: 2020/9/4

Summary

View Detect outliers in multivaraite datasets on File Exchange

This submission contains Matlab implementation of an iterative multivariate outlier detection algorithm described in Hadi (1992) [1]. In addition to flagging potential outliers, the main function DetectMultVarOutliers.m also outputs robust estimates of the mean and covariance that it computes during execution.

Deviating slightly from Hadi (1992), DetectMultVarOutliers.m initializes the sample mean with the geometric median of the dataset, instead of the coordinate-wise median. GeometricMedian.m is the function used compute this robust statistic; via the Weiszfeld's algorithm [2]. Note that this auxiliary function can be used on its own in any application that requires robust estimation of central tendency of multivariate data corrupted by sampling errors and/or noise.

For a quick demo on how to use the main function, see source code for outliers_demo.m or simply enter outliers_demo into Matlab command window.

References

[1] Hadi, A.S., 1992. Identifying multiple outliers in multivariate data. Journal of the Royal Statistical Society. Series B (Methodological), Vol. 54(3), pp. 761-771.

[2] Weiszfeld, E., 1937. Sur le point par lequel la somme des distances den points donnés est minimum. Tohoku Mathematics Journal, Vol. 43, pp. 355–386.

License

MIT © 2019 Anton Semechko a.semechko@gmail.com

인용 양식

Anton Semechko (2024). Detect outliers in multivariate datasets (https://github.com/AntonSemechko/Multivariate-Outliers), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
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!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.1.5

correct spelling error in the title

1.0.1.4

Use README.md from GitHub

1.0.1.3

Use README.md from GitHub

1.0.1.2

- cosmetic description correction

1.0.1.1

- modified submission description

1.0.1.0

- migrated to GitHub

1.0.0.0

demo thumbnail
title

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.