Skip to content

Detection of simultaneously constant or almost constant segments

License

Notifications You must be signed in to change notification settings

kantal/constsegm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simultaneously Constant or Almost Constant Segments Detection


This is just a programming exercise and not a full-featured, production-ready software.
It compares two data sets and searches for simultaneously constant or almost constant segments. You can easily extend the functionality to more than two data sets.

Run:

$./constsegm.py  data_file  epsilon_1 epsilon_2

screenshot 1

screenshot 2

screenshot 3

screenshot 4

Tested on

  • Python 3.8
  • pandas 0.25.3
  • numpy 1.17.4
  • matplotlib 3.3.3

About

Detection of simultaneously constant or almost constant segments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages