JuliaDynamics/ComplexityMeasures.jl

`Jackknife` estimator is very slow

开放

#290 创建于 2023年8月19日

 (0 条评论) (1 个反应) (0 位负责人)Julia (19 个派生)auto 404
good first issueperformance

仓库指标

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

描述

I've noticed that Jacknife is very slow and could benefit by many improvements:

  • better estimation of the missing elements of x by using deleteat! and insertat!
  • parallelization over threads (this is actually trivial to do)
  • having an optional progress bar (new field to Jackknife)
  • Warning users that it takes miuch more than a typical entropy estimat as it computes at least as many entropies as length(x).

贡献者指南