Metadata-Version: 2.1
Name: bocd
Version: 0.1.2
Summary: Bayesian online changepoint detection
Home-page: https://github.com/y-bar/bocd
Maintainer: Nagi Teramo
Maintainer-email: teramonagi@gmail.com
License: MIT
Description: # 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
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
