CUSUM change-point detection — how does it work?
hardAnswer
- Cumulative sum of deviations from a reference mean: .
- Alarm when h.
- Quickly detects small persistent shifts.
- Bidirectional variant.
- Tune k, h to control false-alarm rate + detection latency.
- Standard in manufacturing SPC, network monitoring, sensor drift.
- Bayesian alternatives (BOCPD) provide posterior over change points.
Check yourself — multiple choice
- Random
- ; alarm when ; fast detection of small persistent shifts; standard in SPC / network monitoring
- Same as z-score
- Not real
CUSUM: cumulative sum with reset; fast change-point detection.
#anomaly-detection#applications
Practise Unsupervised Learning
214 interview questions in this topic.
Related questions
- Anomaly detection in time series — what changes?
- How is drift detection an unsupervised problem?
- Covariate drift vs concept drift vs label drift — the differences.
- Scan statistics — when do you use them?
- How do you handle 99.9% normal / 0.1% anomaly training data?
- How do you explain why a point is anomalous?