JuliaDynamics / TransitionsInTimeseries.jl

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

Automatic flag creation function #38

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

Currently we do:

signif_idxs = vec(count(results.pval .< threshold, dims = 2) .>= 2)

to find the flags of transitions. This should be automated to affunction transition_flags that takes as an argument the results type and a second argument for which indicators to detect flags