Skip to content
/ ZigZag Public
forked from jbn/ZigZag

Python library for identifying the peaks and valleys of a time series.

License

Notifications You must be signed in to change notification settings

jewicht/ZigZag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CZigZag

CZigZag is a fork of ZigZag which provides functions for identifying the peaks and valleys of a time series.

For maximum speed, CZigzag is written in Cython while ZigZag can optionally use numba just-in-time compilation. If numba can be installed, CZigZag seems to be a little bit faster (10%). If numba can't be installed, CZigZag is much faster than pure Python code:

  • peak_valley_pivots is 50x faster
  • pivots_to_modes is 900x faster
  • max_drawdown is 140x faster

Installation

pip install git+https://github.com/jewicht/ZigZag.git

About

Python library for identifying the peaks and valleys of a time series.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 80.2%
  • Python 19.8%