Metadata-Version: 2.3
Name: gchangepoint
Version: 0.0.1
Summary: Graph-Based Changepoint Detection
Author-email: Alexander Wold <alexwold@iastate.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown

gb_changepoint stands for "Graph-Based Changepoint" and provides, as the name suggests, methods for graph-based changepoint detection. So far, this package includes three main modules: gbTests, gbChangepoint1, and gbChangepoint2.  
  
gbTests performs a two sample test on a valid similarity graph.  
gbChangepoint1 locates a single changepoint for a valid similarity graph.  
gbChangepoint2 locates a change interval (not a single point) for a valid similarity graph. That is, it locates a section of contigous time points where the underlying distribution changed.