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
56 stars 14 forks source link

Add `rng` argument to `TransferOperator` and the underlying functions - #339

Closed kahaaga closed 9 months ago

kahaaga commented 9 months ago

It would be nice to have a perfectly reproducible transfer operator and invariant measure for TransferOperator. When estimating the invariant measure, we apply the approximated transfer operator to a random distribution. This random distribution should accept an rng argument. Ref #337