You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
Do you have some bibliography explaining the implemented code?
I would like to understand how the algorithm of finding peaks (and the prominences) works
Thank you!
Ignacio
The text was updated successfully, but these errors were encountered:
The peak finding algorithm is wholly original, but the prominence algorithm was modeled after the MATLAB documentation description of the relevant algorithms. (I.e. not based on the actual MATLAB code, but their documented description of the behavior.) I don't recall whether the behavior for peak plateaus was based on MATLAB and/or scipy (documentation again, in either case). Behavior for missing/NaNs and strict is mostly original as well.
HI,
Do you have some bibliography explaining the implemented code?
I would like to understand how the algorithm of finding peaks (and the prominences) works
Thank you!
Ignacio
The text was updated successfully, but these errors were encountered: