/pydetect

Change point and anomaly detections for time-series

Primary LanguageJupyter Notebook

pydetect

Latest Docs https://travis-ci.org/sinhrks/pydetect.svg?branch=master https://coveralls.io/repos/sinhrks/pydetect/badge.svg?branch=master&service=github

Change point and anomaly detections for time-series. See notebook to check basic usage.

Change point detection

Mean or / and variance shift (at most one change)

  • CUMSUM statistics
    • MeanDetector
    • VarianceDetector
    • MeanVarianceDetector

Anomaly detection

Generalized ESD Test