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
59 stars 14 forks source link

Implement `outcome_space` and adjust what is returned by `outcomes` for `SpatialSymbolicPermutation` #173

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago

172 does the implementation of outcome_space, as well as actually returning the permutations themselves (not integers), for the 1D permutation based probability estimators. This is a reminder to do the same for the spatial estimators once #126 is merged.

EDIT: also test outcome_space and total_outcomes.