JuliaDynamics/ComplexityMeasures.jl

`Jackknife` estimator is very slow

Aperta

#290 aperta il 19 ago 2023

 (0 commenti) (1 reazione) (0 assegnatari)Julia (19 fork)auto 404
good first issueperformance

Metriche repository

Star
 (79 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor