ChangePointDetection
ChangePointDetection refers to the statistical task of identifying times when the probabilistic properties of a sequence of observations change. A change point marks a boundary between segments that are governed by different data-generating processes, such as shifts in the mean, variance, or distribution. The problem is common in time series analysis, signal processing, genomics, and finance, where timely detection is important for interpretation and action.
Approaches are generally classified as offline (retrospective) or online (real-time). Offline methods evaluate the entire sequence
Prominent techniques include CUSUM and other sequential likelihood ratio tests for detecting shifts in mean; penalized
Applications span finance for regime shifts, climate science for abrupt changes in weather patterns, genomics for
Evaluation often uses simulated data with known change points or cross-validation on historical records, and performance