Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagot/persistence1d.jl


https://github.com/jagot/persistence1d.jl

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#+TITLE: Persistence1D.jl
Julia interface to the extrema finding algorithm [[https://github.com/yeara/Persistence1D.git][Persistence1D]] (public
domain).

* Installation
#+BEGIN_SRC julia
Pkg.clone("https://github.com/jagot/Persistence1D.jl.git")
Pkg.build("Persistence1D")
#+END_SRC

* Examples
Find persistent extrema:

[[examples/extrema.png]]

Reconstruct smooth function with persistent features preserved:

[[examples/reconstruct.png]]

[[examples/example.ipynb][Example usage]]