jbn / ZigZag

Python library for identifying the peaks and valleys of a time series.
BSD 3-Clause "New" or "Revised" License
444 stars 178 forks source link

peak_valley_pivots(X, 0.2, -0.2) #38

Closed rbuenmon9 closed 1 year ago

rbuenmon9 commented 1 year ago

2023-07-29 rbuenmon9: change values (X, 0.2, -0.2) to (X, 0.01, -0.01)

pivots = peak_valley_pivots(X, 0.2, -0.2)

pivots = peak_valley_pivots(X, 0.01, -0.01)

rbuenmon9 commented 1 year ago

output-zigzag output-zigzag-1 3040 zigzag-ipynb.pdf

rbuenmon9 commented 1 year ago

sample data for X data.csv