Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 786 Bytes

bocd

Build Status

Bayesian Online Changepoint Detection in Python.

Introduction

The algorithm is based on the following paper

Adams, Ryan Prescott, and David JC MacKay. "Bayesian online changepoint detection." arXiv preprint arXiv:0710.3742 (2007).

Examples

Example jupyter notebooks are located here

Installation

$ pip install bocd

Notes