04 April 2019 4 2K Report

I'd like to develop an anomaly detection. I have historical data from sensors in the form of time series. The time series can be divided into data of a normal state and data of an abnormal state i.e. I have good data and bad data from sensors. Before I want to implement the actual anomaly detection, I want to investigate whether the good data and bad data can be separated by an explorative analysis. Thereby I want to find out if I can distinguish between good data and bad data. I hope to find out if anomalies can be detected later. Now I am looking for statistical methods or algorithmic procedures to detect and visualize this.

Currently I tried to reduce the dimension of my normal and abnormal dataset to two dimensions with the help of a principal component analysis. Furthermore, I visualized the main components in a scatter plot to detect visual differences between the normal and abnormal dataset.

Are there better and other methods to do such an investigation?

Thanks!

Similar questions and discussions