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).

貢獻者指南