Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection of some Early Warning Signals / Resilience Indicators / Regime Shift Identifiers / Transition Identifiers #67

Open
Datseris opened this issue Sep 15, 2022 · 5 comments
Assignees
Labels
design Library wide design discussion enhancement New feature or request help wanted Extra attention is needed

Comments

@Datseris
Copy link
Member

Datseris commented Sep 15, 2022

EDIT: These algorithms will live in https://github.com/JuliaDynamics/TransitionIdentifiers.jl


In the near future we'll be adding a module in DynamicalSystems.jl about functionality related to "early warning signals, resilience indicators, tipping indicators, precurson signals, quantities that identify regime shifts" and similar functionality that is typically used in tipping points analysis. The plan is to have both timeseries analysis tools, but also dynamical-system-based tools (similarly to how you can compute a lyapunov exponent from a dynamical system / ODE with lyapunov or use a reconstructed signal and get the exponent from data with lyapunov_from_data).

The purpose of this Issue is to collect existing functionality online and in the current literature, and serve both as a starting point, but also as an indicator of what new research directions are useful to be pursued in the future.

(will be editing frequently this issue to add more stuff)

Methodologies/Methods/Quantities

  • Physical precursor signals. Such signals are context-specific, and depend on the physics and causal connections of the signal at hand. They can be utilized to anticipate (TODO: write more).
  • Critical Slowing Down indicators. In the specific case of a sadle-node bifurcation in a 1D (or, quasi-1D-potential) case driven by weak, Gaussian noise, it has been showing that the autocorrelation and variance of a signal (computed via a sliding window) increase the closer the system gets to the bifurcation. TODO; Add references.
  • Kolmogorov-Smirnov difference. TODO: write more, Witold's work.
  • Recurrence quantificaiton analysis. TODO: write more (also Witold's work).
  • basins fractions. TODO: Write more (Menck2013 and our work with Alex).

Existing code bases

  • Vasilis Dakos toolbox/software TODO write more
@Datseris Datseris added help wanted Extra attention is needed enhancement New feature or request design Library wide design discussion labels Sep 15, 2022
@Datseris Datseris self-assigned this Sep 15, 2022
@Datseris Datseris changed the title Early Warning Signals / Resilience Indicators and related resources Early Warning Signals / Resilience Indicators / Regime Shift Identifiers and related resources Sep 15, 2022
@johannes-lohmann
Copy link

Here is a method I came across in recent literature. From time series they fit a 1D quadratic map in a moving window, and extrapolate when the fixed point of this map disappears.
http://dx.doi.org/10.1098/rsif.2020.0566

@johannes-lohmann
Copy link

Here is another method I came across in also recent literature. They use dynamic mode decomposition to approximate the eigenmodes of a system. They track the performance of this approximation and detect a regime transition that occurs as this approximation fails, due to fast dynamics as the system transitions to another attractor.
https://doi.org/10.1007/s10955-019-02392-3

@johannes-lohmann
Copy link

johannes-lohmann commented Sep 15, 2022

Even another method aiming to deal with very high-dimensional, but short data uses the dynamic network marker method to determine when certain modes in the system become dominant as a critical transition is approached.
https://doi.org/10.1111/jcmm.13943

@jbuxt
Copy link

jbuxt commented Sep 23, 2022

For critical slowing down indicators, Dakos et al. (2012) is a great resource for temporal indicators and Kefi et al. (2014) is the version for spatial indicators.

Dakos et al. (2012) - https://doi.org/10.1371/journal.pone.0041010
Kefi et al. (2014) - https://doi.org/10.1371/journal.pone.0092097

I believe that a lot of these methods were then coded up in an early warning 'toolkit', so that could be a good place to start.

@Datseris Datseris changed the title Early Warning Signals / Resilience Indicators / Regime Shift Identifiers and related resources Early Warning Signals / Resilience Indicators / Regime Shift Identifiers / Transition Identifiers and related resources Sep 28, 2022
@Datseris
Copy link
Member Author

@Datseris Datseris transferred this issue from JuliaDynamics/DynamicalSystems.jl Jan 14, 2024
@Datseris Datseris changed the title Early Warning Signals / Resilience Indicators / Regime Shift Identifiers / Transition Identifiers and related resources Collection of some Early Warning Signals / Resilience Indicators / Regime Shift Identifiers / Transition Identifiers Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Library wide design discussion enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants