JuliaDynamics / TransitionsInTimeseries.jl

Transition Indicators / Early Warning Signals / Regime Shifts / Change Point Detection
MIT License
18 stars 5 forks source link

Unify metrics computation for original and surrogate timeseries #62

Open JanJereczek opened 8 months ago

JanJereczek commented 8 months ago

So far, estimate_indicator_changes and significant_transitions have very similar code but don't call the same, easier to maintain, functions. We should unify this such that both of them call something like:

initialize_indicator_changes()
estimate_indicator_changes!()