JuliaDynamics/ComplexityMeasures.jl

`Diversity` estimates for multivariate data

開放

#180 建立於 2022年11月25日

 (0 則留言) (0 個反應) (0 位負責人)Julia (19 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (79 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南