JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
48 stars 11 forks source link

Encoding using `Dispersion` is slower than necessary due to manual integration for normal cdf #397

Closed kahaaga closed 2 months ago

kahaaga commented 2 months ago

Switching to StatsFuns.jl's normcdf drastically decreases memory footprint and runtime. An illustrative example:

Skjermbilde 2024-04-07 kl  15 24 56

I'll submit a PR for this.