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
55 stars 13 forks source link

permutation entropy ProbabilityEstimators don't mplement `outcomes` #149

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

I checked the source, it isn't there.

kahaaga commented 1 year ago

Related to #151

kahaaga commented 1 year ago

We need to distinguish between "give me all possible outcomes for this estimator" and "give me the outcomes I get if applying this probabilities estimator to data x". See discussion in #151.

These are distinct use cases. If both should be available, then they need distinct names.

kahaaga commented 1 year ago

Checklist: