Click or drag to resize

PeakFinderSetProminence Method

Overload List
 NameDescription
Public methodSetProminence(Double) Sets the minimal prominence value required for all peaks. Prominence is defined as the smaller of the two difference values between the peak height and the height of the neighbouring valleys.
Public methodSetProminence(Double) Sets the minimum prominence values required for each peak. Prominence is defined as the smaller of the two difference values between the peak height and the height of the neighbouring valleys.
Public methodSetProminence(ValueTupleDouble, Double) Sets the minimal and maximal prominence values required for all peaks. Prominence is defined as the smaller of the two difference values between the peak height and the height of the neighbouring valleys.
Public methodSetProminence(ValueTupleDouble, Double) Sets the minimal and maximal prominence values required for each peak. Prominence is defined as the smaller of the two difference values between the peak height and the height of the neighbouring valleys.
Top
See Also