py-findpeaks icon indicating copy to clipboard operation
py-findpeaks copied to clipboard

Time Series direction

Open hfazal00 opened this issue 3 years ago • 0 comments

Hi, I really found your comparison of different peak methods really interesting. I have found for my purposes Scipy's signal.find_peaks() most useful. The one thing I find difficult is that I won't want relative_peaks to be looking for increases in values in a time series. i.e. if the peak is a relative_peak of 50 within 90 day points, but only compared to the left base and not the right base.

hfazal00 avatar Jan 26 '21 18:01 hfazal00