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
54 stars 12 forks source link

Fix `TransferOperator` #178

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago

Fixes #174. Finishes #169.

codecov[bot] commented 1 year ago

Codecov Report

Merging #178 (ac60a5a) into main (79f6d07) will decrease coverage by 0.04%. The diff coverage is 83.52%.

@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
- Coverage   84.05%   84.01%   -0.05%     
==========================================
  Files          38       37       -1     
  Lines         897      951      +54     
==========================================
+ Hits          754      799      +45     
- Misses        143      152       +9     
Impacted Files Coverage Δ
...rc/probabilities_estimators/histograms/fasthist.jl 100.00% <ø> (ø)
src/probabilities.jl 58.62% <50.00%> (-15.46%) :arrow_down:
...abilities_estimators/histograms/value_histogram.jl 72.72% <50.00%> (ø)
...abilities_estimators/timescales/wavelet_overlap.jl 82.60% <50.00%> (-7.40%) :arrow_down:
...babilities_estimators/timescales/power_spectrum.jl 69.23% <71.42%> (-5.77%) :arrow_down:
src/encoding/utils.jl 85.00% <76.00%> (-15.00%) :arrow_down:
..._estimators/transfer_operator/transfer_operator.jl 75.00% <77.77%> (+1.40%) :arrow_up:
...ities_estimators/histograms/rectangular_binning.jl 80.89% <80.00%> (-0.44%) :arrow_down:
src/encoding/gaussian_cdf.jl 91.66% <100.00%> (ø)
src/encoding/ordinal_pattern.jl 100.00% <100.00%> (ø)
... and 12 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more