anomalize: Tidy Anomaly Detection
Citations Over Time
Abstract
The 'anomalize' package enables a "tidy" workflow for detecting anomalies in data. The main functions are time_decompose(), anomalize(), and time_recompose(). When combined, it's quite simple to decompose time series, detect anomalies, and create bands separating the "normal" data from the anomalous data at scale (i.e. for multiple time series). Time series decomposition is used to remove trend and seasonal components via the time_decompose() function and methods include seasonal decomposition of time series by Loess ("stl") and seasonal decomposition by piecewise medians ("twitter"). The anomalize() function implements two methods for anomaly detection of residuals including using an inner quartile range ("iqr") and generalized extreme studentized deviation ("gesd"). These methods are based on those used in the 'forecast' package and the Twitter 'AnomalyDetection' package. Refer to the associated functions for specific references for these methods.
Related Papers
- → Explainable Anomaly Detection Framework for Maritime Main Engine Sensor Data(2021)59 cited
- → Towards Experienced Anomaly Detector Through Reinforcement Learning(2018)56 cited
- → Anomaly Detection with Partially Observed Anomaly Types(2021)4 cited
- → Human-machine interactive streaming anomaly detection by online self-adaptive forest(2022)8 cited
- → Tree-based Self-adaptive Anomaly Detection by Human-Machine Interaction(2021)1 cited