Quickest change detection algorithms for online streaming data in python.
Project description
The 'onlineChange' python package
The onlineChange python package is designed to quickest detect any change in distributions for online streaming data, supporting any user-specified distributions. It supports sequential Monte Carlo to perform Bayesian change point analysis, where the parameters before or after the change can be unknown. It also supports likelihood ratio based test to determine the stopping time (i.e. when change occurs).
This is still an ongoing project by a group of researchers from the University of Minnesota. The published software here is an initial version that is ready to use.
For questions and references, please contact Jie Ding at dingj@umn.edu
A Quick Setup Guide
Getting Started
1. Install the 'onlineChange' package using pip
# Installing test package
python -m pip install onlineChange
2. Import the Model and Experiment API classes
from onlineChange import stat, bayes, bayes_unknown_pre
Using This Package
A quick guide of package can be found here
Acknowledgment
This research is funded by the Defense Advanced Research Projects Agency (DARPA) under grant number HR00111890040.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file onlineChange-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: onlineChange-0.0.6-py3-none-any.whl
- Upload date:
- Size: 35.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f26a86a0cc9b712998466c691300ebd6cdbcb2311ae268881aeaa0e538589468 |
|
MD5 | 6690d979d70574d139ef885d31b894cd |
|
BLAKE2b-256 | 03571ead160e7a4650f62f44cdad5a6eba5f725d157d423b49a301003f011cf7 |