ComplexityMeasures.jl icon indicating copy to clipboard operation
ComplexityMeasures.jl copied to clipboard

Estimators for probabilities, entropies, and other complexity measures derived from observations in the context of nonlinear dynamics and complex systems

Results 42 ComplexityMeasures.jl issues
Sort by recently updated
recently updated
newest added

## Describe the feature you'd like to have Probabilities for multivariate permutation entropy is now computed by doing `probabilities(SymbolicPermutation(), x::AbstractDataset{D})`. This works by simply finding the permutation patterns for each...

enhancement
discussion-design
symbolization
low priority

**Describe the feature you'd like to have** The `Diversity` estimator currently only accepts time series inputs. It would be nice if it also accepts multivariate input data. Then `Diversity` estimator...

enhancement
good first issue

When determining bin visitations for the estimation of the rectangular transfer operator, the bins are sorted after order of first appearance according to the input `pts`. If first sorting the...

performance

Simply excluding the last point if it is outside the triangulation might lead to a cascade of loosing points if there is little data.

enhancement

Straightforward, but effective!

enhancement
good first issue
binning

## Describe the feature you'd like to have In #182 the `Kaniadakis` entropy was introduced. However, the book which gives the formula doesn't state for which discrete probability distribution it...

enhancement
help wanted

As discussed in #133. We only need to *start* the tables. More methods will be added as they are added from the literature. - [ ] Entropies. - [x] Multi-scale...

documentation

Documentation from Entropies.jl was never "publicly announced". Anything there is weighting down on the git size of this repo. We should reset the `gh-pages` branch just before tagging 2.0. Furthermore,...

cleanup

The power spectrum estimator will yield rather uncoverged results for small timeseries of regular signals, due to the noise induced by the FOurier transform affecting the signal a lot. We...

good first issue
improvement

## Describe the feature you'd like to have With #132, we'll have a nice interface for computing *any* multiscale entropy or complexity measure of a timeseries `x`, as long as...

enhancement
new method