CRAN

anomalize 0.1.1

Tidy Anomaly Detection

Released Apr 17, 2018 by Matt Dancho

This package cannot yet be used with Renjin it depends on other packages which are not available: timetk 0.1.1.1, dplyr 0.7.6, sweep 0.2.1.1, tidyr 0.8.1, and tibbletime 0.1.1

Dependencies

timetk 0.1.1.1 sweep 0.2.1.1 tidyr 0.8.1 dplyr 0.7.6 tibbletime 0.1.1 ggplot2 3.0.0 purrr 0.2.5 tibble 1.4.2 glue 1.3.0 rlang 0.2.2

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.

Source

R

View GitHub Mirror

Release History