/JointGaussianChangeDetector

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

Primary LanguageJupyter NotebookMIT LicenseMIT

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