Kristian Agasøster Haaga
Kristian Agasøster Haaga
The `OrdinalPatterns` documentation string promises that the user can provide a comparator function (defaults to `lt = isless`) to determine how two elements of a state are deemed to be...
## Issue 1 Previously, pushing a PR would trigger a documentation build preview that we could view at the url https://juliadynamics.github.io/DynamicalSystemsDocs.jl/complexitymeasures/previews/PRXXX/, where XXX is the PR number. This is no...
## What is this PR? This PR implement the walkthrough entropy (Stoop et al, 2021) for a symbol sequence `x`. Walkthrough entropy is the first step in implementing excess entropy...
Relevant outcomes also must be propagated
Currently, we can do ```julia julia> x = rand([1, 4, 6, 7, 8], 1000) julia> counts(x) Counts{Int64,1} over 5 outcomes 1 199 4 215 6 197 7 180 8 209...
**Describe the feature you'd like to have** Gusev et al. (1999) propose some generalizations of Lempel-Ziv complexity. We should implement them. **Cite scientific papers related to the feature/algorithm** D. Gusev,...
## Describe the feature you'd like to have We should implement the various quantities associated with assembly theory (Sharma et al, 2023), a new class of complexity measures that have...
[This](https://www.mdpi.com/1099-4300/22/2/236) paper introduces a copula-based method for differential entropy estimation. We should implement it.
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,...
**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...