Skip to content

eventsearch is a python package for detection spontaneous events in time series.

License

Notifications You must be signed in to change notification settings

Digusil/eventsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventsearch

License Build status Version

eventsearch is a python package for the detection of spontaneous events in time series. We programmed this to detect events that start with a step like rising and a capacitor like recovery to a settle value.

Image

Installation

Currently, the package is only available on github.

git clone https://github.com/digusil/eventsearch
cd eventsearch && pyhton setup.py install

Testing

The package has a unittest for the core functions.

python -m unittest

Alternative:

pytest

Acknowledgement

This software was developted on the institute for process machinery.

License

Apache License 2.0