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

Some of the entropy and extropy definitions have really nice docstrings that clearly outline all formulas, assumptions and meanings of symbols. The `Renyi` and `Tsallis` entropies are good examples. However,...

documentation
good first issue

I've noticed that `Jacknife` is very slow and could benefit by many improvements: - better estimation of the missing elements of `x` by using `deleteat!` and `insertat!` - parallelization over...

good first issue
performance

**Describe the feature you'd like to have** As discussed in #277, we should have a long term goal of implementing a density estimation API, just as we have a probabilities...

- **Two new transfer operator estimators**: The `TransferOperator` probabilities estimator now not only accepts `RectangularBinning` as an argument, but also `SimplexPoint` and `SimplexExact`, which uses a triangulated binning of the...

Alright, last thing before I close my V2 review is the multiscale stuff. As I've told you, we have another package that creates window viewers: it wants to apply some...

discussion-design

## Describe the feature you'd like to have Aktaruzzaman & Sassi (2014) presents a parametric approach to computing `SampleEntropy`. It would be nice to have here. ## Cite scientific papers...

low priority
new complexity estimator

As discussed in #230, we could shorten the docstrings for the Shannon differential entropy estimators by just stating the formula once in the overall docs. But there will also be...

documentation
low priority

internal function `AAPE` has really bad performance, allocating 10 vectors for each element of a dataset... Thankfully it is easy to optimize it to do 0 allocations so I leave...

good first issue
low priority
performance

In the following discussion, the issue of parallellization came up. This is a reminder of that. Probably best to use https://github.com/JuliaSIMD/Polyester.jl because its loop is rather cheap. I will think...

improvement
low priority
performance

This is some generality improvements for the current `GaussianCDFEncoding` and `Dispersion`. In general, any CDF could be used in the source code of the encoding; one could store the CDF...

enhancement
good first issue
encodings