JuliaDynamics/RecurrenceAnalysis.jl

Improve performance with `fixedrate=true`

开放

#47 创建于 2019年1月17日

 (4 条评论) (0 个反应) (0 位负责人)Julia (16 个派生)auto 404
help wantedperformance

仓库指标

星标
 (50 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南