anomaly_detector {PVplr} | R Documentation |
detects rhw anomalies and returns a dataframw with cleaned and anom_flag column
anomaly_detector(df, batch_days = 90)
df |
the strucutred data |
batch_days |
the batch of data that the anomaly detection is applied. Since time series decomposition is used, one seasonality will be applied for whole data which is inefficeint, if NA, will pass whole |
data with anomalies
Arash Khalilnejad