An open API service indexing awesome lists of open source software.

https://github.com/axect/anomaly_thresholding

Toy experiment for thresholding method to detect anomaly
https://github.com/axect/anomaly_thresholding

Last synced: 6 months ago
JSON representation

Toy experiment for thresholding method to detect anomaly

Awesome Lists containing this project

README

          

# Thresholding method for Anomaly detection

## 3-sigma rule for L1 error

![](./ano_plot.png)

## 3-sigma rule using Trimmed mean and std for L1 error

![](./ano_t_plot.png)

## 3-sigma rule for signed L1 error

![](./ano_s_plot.png)

## 3-sigma rule using Trimmed mean and std for signed L1 error

![](./ano_st_plot.png)