An open API service indexing awesome lists of open source software.

https://github.com/y-bar/bocd

Bayesian Changepoint Detection
https://github.com/y-bar/bocd

bayesian change-detection python

Last synced: about 2 months ago
JSON representation

Bayesian Changepoint Detection

Awesome Lists containing this project

README

          

# bocd
[![Build Status](https://travis-ci.com/y-bar/bocd.svg?branch=master)](https://travis-ci.com/y-bar/bocd)

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](https://arxiv.org/abs/0710.3742) (2007).

## Examples
Example jupyter notebooks are located [here](https://github.com/y-bar/bocd/tree/master/notebook)

## Installation
```bash
$ pip install bocd
```

## Notes
- This implementation is based on [this book written in Japanese](https://www.kyoritsu-pub.co.jp/bookdetail/9784320125018)
- You can get the original code [here](https://www.kyoritsu-pub.co.jp/app/file/goods_contents/3310.zip)