JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
54 stars 12 forks source link

WIP: Overarching review tracker for V2 #209

Closed kahaaga closed 1 year ago

kahaaga commented 1 year ago

This issue tracks the status of everything we need to check before releasing v2.0.

ProbabilitiesEstimators

Docstrings

TODO:

Do this for:

API

Verify that all necessary methods are implemented and tested.

Entropy types

Docstrings

Additionally,

Check that all (mandatory) methods are implemented and tested.

EntropyEstimators

Documentation

Docstrings should include a description (preferentially a formula) for the quantity it computes.

Tests

We need

Additionally,

Datseris commented 1 year ago

I am assigning to myself all probability estimators except the tranasfer operator and everything related to symbolic permutations. I am also assiging to myself all "discrete" entropies.

kahaaga commented 1 year ago

I am assigning to myself all probability estimators except the tranasfer operator and everything related to symbolic permutations. I am also assiging to myself all "discrete" entropies.

Ok! FYI: in #210, I already updated the docstrings for SpatialDispersion and SpatialSymbolicPermutation and made sure the examples are now runnable. Feel free to merge that PR whenever.

EDIT: ah, I see. except the symbolic stuff. Then I'll take care of that too.

kahaaga commented 1 year ago

I am assigning myself to all EntropyEstimators. EDIT: done.

Datseris commented 1 year ago

I am doing my review now, which will also result in a PR. I think it is best for me to finish my review first before you do a second one. So that we don't get confused, as the review will touch many aspects of the documentation.

kahaaga commented 1 year ago

I am doing my review now, which will also result in a PR. I think it is best for me to finish my review first before you do a second one. So that we don't get confused, as the review will touch many aspects of the documentation

Noted. I won't touch anything until you give a notice that you're done.

kahaaga commented 1 year ago

Ok, I'm closing this. I went through the entire list again, and I don't think we've missed anything.