Metadata-Version: 2.4
Name: online-changepoint-algorithms
Version: 0.0.5
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: tqdm ; extra == 'progress'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-benchmark ; extra == 'test'
Provides-Extra: progress
Provides-Extra: test
License-File: LICENSE
Keywords: changepoint,detection,online detection
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# online-changepoint-algorithms
A collection of algorithms for online change point detection.

### Citation

Cite this code as:

Zhymir Thompson, Austin Downey. online-changepoint-algorithms, September 2025. URL: https://github.com/ARTS-Laboratory/online-changepoint-algorithms

#### Bibtex

@Misc{Thompson2025OnlineChangePointAlgorithms,  
  author = {Zhymir Thompson and Austin {R.J.} Downey},  
  title = {online-changepoint-algorithms},  
  groups = {ARTS-Laboratory},  
  year = {2025},  
  url = {https://github.com/ARTS-Laboratory/online-changepoint-algorithms},  
}  

