JuliaDynamics/ComplexityMeasures.jl

`Diversity` estimates for multivariate data

Offen

#180 geöffnet am 25.11.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (19 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (79 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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 also could be used as a plug-in estimator for other discrete entropy-based measures that take multivariate inputs.

Sketch an implementation strategy

The implementation is trivial. When dispatching on Datasets, we just skip the first embedding step. This is at most a couple of lines of code, plus some tests.

Contributor Guide