Function peak_min

Source
pub fn peak_min<T>(ca: &ChunkedArray<T>) -> ChunkedArray<BooleanType>
Expand description

Get a boolean mask of the local minimum peaks.