Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Online Changepoint Detection

An algorithm to get the probability of a changepoint in a time series. The algorithm is described in:

[2] Ryan P. Adams, David J.C. MacKay, Bayesian Online Changepoint Detection, arXiv 0710.3742 (2007)

Inspired by https://github.com/hildensia/bayesian_changepoint_detection, and significantly modified. This implementation can run in fixed space, and the tradeoff between time and space efficiency and accurancy is configurable.

bocd/test_bocd.py provides usage examples (along with serving as unit test suite for the implementation).

About

Bayesian Online Changepoint Detection

Resources

Stars

67 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages