fastOnlineCpt - Online Multivariate Changepoint Detection
Implementation of a simple algorithm designed for online multivariate changepoint detection of a mean in sparse changepoint settings. The algorithm is based on a modified cusum statistic and guarantees control of the type I error on any false discoveries, while featuring O(1) time and O(1) memory updates per series as well as a proven detection delay.
Last updated 3 years ago
1.00 score 8 scripts 161 downloadsBayesProject - Fast Projection Direction for Multivariate Changepoint Detection
Implementations in 'cpp' of the BayesProject algorithm (see G. Hahn, P. Fearnhead, I.A. Eckley (2020) <doi:10.1007/s11222-020-09966-2>) which implements a fast approach to compute a projection direction for multivariate changepoint detection, as well as the sum-cusum and max-cusum methods, and a wild binary segmentation wrapper for all algorithms.
Last updated 4 years ago
1.00 score 5 scripts 158 downloads