Leo-Rain / JointGaussianChangeDetector

Python package implementing change detection and change point estimation using a joint distribution estimated from a training set of similar signals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JointGaussianChangeDetector

Python package implementing change detection and change point estimation using a joint distribution estimated from a training set of similar signals

Getting Started

Please see the example.ipynb for usage examples. This file will render in html on the github repo for easy viewing.

Installing

Package can be installed by running

python setup.py install

in the directory contaning the setup.py

Running the tests

Tests can be run using

python setup.py test

Note only minimal tests are present at this stage

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Python package implementing change detection and change point estimation using a joint distribution estimated from a training set of similar signals

License:MIT License


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%