Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.01 KB

README.md

File metadata and controls

28 lines (21 loc) · 2.01 KB

Peaks.jl

version pkgeval stable-docs dev-docs CI codecov Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Peaks.jl contains peak (local extrema) finding functions for vector data. Visit the documentation for a complete introduction, how-to guide, and reference. Contributions welcome.

signal-with-peaks-prominences-and-widths

Features

  • Find peak (maxima or minima) locations, height, prominence, and width
    • Filter peaks by peak spacing (window size), height, prominence, and width (including "Full Width Half Maximum (FWHM)")
  • Fully supports NaN/missing with optional tolerance using keyword arg strict:
    • Conventional handling/propagation of NaN/missing when strict = true (the default)
    • Reasonable alternatives when strict = false

Related