JuliaDynamics/ComplexityMeasures.jl
`Jackknife` estimator is very slow
Ouverte
#290 ouverte le 19 août 2023
good first issueperformance
Métriques du dépôt
- Stars
- (79 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
I've noticed that Jacknife is very slow and could benefit by many improvements:
- better estimation of the missing elements of
xby usingdeleteat!andinsertat! - 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).