JuliaDynamics / Associations.jl

Algorithms for quantifying associations, independence testing and causal inference from data.
https://juliadynamics.github.io/Associations.jl/stable/
Other
151 stars 13 forks source link

Progress bars in independence tests #341

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

Calculating TE is rather fast. However, independence tests can take a while. For example, only with a timeseries of length 3,000, the LocalPermutationTest with 50 shuffles takes quite a while.

We should add a progress-bar, that is on by default and is enabled in independence testing. This way, we will have a better idea of the progress of the test.

I'll contribute this, I've added progress bars throughout JuliaDynamics.

kahaaga commented 1 year ago

I'll contribute this, I've added progress bars throughout JuliaDynamics.

Perfect!

kahaaga commented 1 year ago

Closed by #343