Comprehensive Summary of 14 Anomaly Detection Methods
This article collects and organizes some common anomaly detection methods available on the public internet (with sources and code). Any shortcomings are welcome to be criticized and corrected. 1. Distribution-Based Methods 1. 3sigma Based on the normal distribution, the 3sigma criterion considers data points exceeding 3 sigma to be outliers. Figure 1: 3sigma def three_sigma(s): … Read more