JuliaDynamics/ComplexityMeasures.jl

`Diversity` estimates for multivariate data

オープン

#180 opened on 2022/11/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (19 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (79 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド