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
48 stars 11 forks source link

Finish multiscale API #404

Closed kahaaga closed 1 month ago

kahaaga commented 1 month ago

The last remainder of what we decided had to go in the paper.

The docs are here.

kahaaga commented 1 month ago

first, the scales are given as inputss to the multiscale algorithm configuration type instead of keyword to multiscale. second, the user can provide a vector of integers as scales instead of a "max scale" enforcing scaling from 1 to maxscale. If given an integer, then we use 1:maxscale.

Agreed. I'll make the necessary adjustments.

Datseris commented 1 month ago

@kahaaga can uou please update the examples to the new syntax: https://github.com/JuliaDynamics/ComplexityMeasures.jl/actions/runs/9365765824/job/25781682529?pr=404#step:5:955 ?