Anomaly Detection

Given m points in R^n (as a matrix), find the outliers via dimensionality reduction and resampling.
2.4K Downloads
Updated 27 Dec 2012

View License

Given a matrix with m rows and n cols (m points in R^n), use resampling and the Kolmogorov Smirnov test to score [0,1] all points (as potential outliers) in linear time.

This is an original algorithm that can be used for anomaly detection and general signal processing.

Cite As

michael kim (2024). Anomaly Detection (https://www.mathworks.com/matlabcentral/fileexchange/39593-anomaly-detection), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

kse_test_matlab/

Version Published Release Notes
1.1.0.0

This is a port from Octave code. Fixed some issues with the Octave to Matlab conversion.

1.0.0.0