JuliaDynamics/RecurrenceAnalysis.jl

Improve performance with `fixedrate=true`

Ouverte

#47 ouverte le 17 janv. 2019

 (4 commentaires) (0 réaction) (0 personne assignée)Julia (16 forks)auto 404
help wantedperformance

Métriques du dépôt

Stars
 (50 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

In the calculation of recurrence matrices with fixed recurrence rate there is the issue commented in #46 (indirectly calling distancematrix, which is expensive):

https://github.com/JuliaDynamics/RecurrenceAnalysis.jl/blob/2961a32b29e41ea1e3dc3d63f67e29d74948e5ab/src/matrices.jl#L220-L222

A function that gives the same result as quantile(distancematrix(x,y), ε) without calling distancematrix would help.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Guide contributeur