提交 c0932709 编辑于 作者: openaiops's avatar openaiops
浏览文件

update readme

上级 273aec5a
加载中
加载中
加载中
加载中
+2 −0
原始行号 差异行号 差异行
# Jump-Starting Multivariate Time Series Anomaly Detection (JumpStarter)

数据/代码github地址:https://github.com/NetManAIOps/JumpStarter

JumpStarter is a comprehensive multivariate time series anomaly detection approach based on **Compressed Sensing** (CS). CS is a signal processing technique where high-energy components in a matrix (multivariate time series) are sparse (i.e. have few high-energy components).
Hence, the difference between the original and the reconstructed multivariate time series, comprised only of low-energy components, should resemble white noise, when the original time series contains no anomaly.
The intuition behind using CS for anomaly detection is that anomalies in multivariate time series, such as jitters, sudden drops or surges, usually manifest themselves as strong signals that contain high-energy components, which would differ significantly from white noise.