General Problem and Approach

Shifts between "states" in ecological systems are shifts between dynamical regimes, or between different attractors within a dynamical regime.

The warning signals approach attempts to detect characteristics of a system undergoing a transition between dynamical regimes. This transition may have common properties in many systems [#Scheffer2009;], but not all systems [#Hastings2010;].

Another approach would be to characterize the properties of the dynamic regime over a period of time, and attempt to detect if those properties change, irrespective of whether the change takes the particular form. This approach would be useful in determining whether past systems have undergone regime shifts, or potentially detecting if systems are currently undergoing regime shifts in real time.

One way to implement this approach would be to using simplex/s-map methods, described by [#Sugihara1994;]. These are non-parametric techniques for forecasting from time-series data. By fitting these models to training data and determining the goodness of fit to test data or cross validation, one can estimate several properties of a dynamical regime without knowledge of underlying mechanism. These include:

  • Dimensionality: that is, how many variables drive the dynamics of the system
  • Chaos: the degree to which similar points diverge over time
  • Nonlinearity: The degree to which dynamics are determined locally, rather than globally.

There are other techniques for estimating these and similar characteristics, such as measures of fractal dimension, the Lyapunov exponent, and DVS tests.

In my examination of the literature thus far, I have not found an example of attempting to evaluate the change these characteristics over time in ecological systems using s-maps. (Sugihara has compared changes in EKG data over time, and I'm unsure about fractal dimension/Lyapunov exponents).

I can test this approach by using s-maps to characterize time-series of pollen records from the forest-prairie transition in the Upper Midwest. [#Williams2010c;] and [#Williams2011;] describe this transition as ranging from abrupt to gradual at different sites, and suggest that regime shifts occurred at some, but not all sites in response to environmental changes. However, the only way this difference has been evaluated is by visual inspection of the rates of change in species composition (specifically % arboreal pollen) in the stratigraphic pollen records. By estimating the change in various characteristics of the dynamical regime in this time-series, it may be possible to distinguish between regime changes and linear responses to environmental change.

Status

  • I have implemented the [#Sugihara1990;] technique in R, and attempted to reproduce their analysis. I am getting similar, but not identical results. These may be due to different data pre-processing, a difference in how I handle boundary cases, or some other bug in code. I've written Dr. Sugihara for clarification on data processing and their boundary method.

Potential extensions of the S-Map technique

  • Finding a robust way to estimate the likelihoods of the measures of dimensionality, chaos, and nonlinearity
  • Implement a sliding-window method using cross-validation rather than a training-and-test method so as to measure these characteristics through time
  • Extending the analysis to multivariate time-series. (The pollen data are multi species.) [#Hsieh2008;] attempted this by stringing together time-series of qualitatively similar species populations, but I may be to do this in a more quantitatively defensible way.
  • Evaluate data requirements compared to techniques measuring fractal dimension and Lyapunov exponents

Questions

  • What other relevant ways are there for characterizing the dynamical regime? (Mutual information, autocorrelation?)
    • I'm not sure I understand the difference between embedded and fractal dimension
  • Would we expect these measures to detect regime changes better/sooner than either warning signals or simpler measures? In what cases?
  • Would we expect this method to do better than the warning signals approach at detecting changes in systems without smooth potentials?
  • What else should I read up on?

Road Map

  • Finish replicating the analyses from [#Sugihara1990;] and [#Sugihara1994;]
  • Generate the relevant time series from pollen data, compare how s-map measures of nonlinearity compare to qualitative assessments of intrinsic/extrinsic change.
  • Attempt a sliding-window method. Examine its data requirements

Small methodological issues

  • How to handle boundary cases. Right now, points without an enclosing simplex are forecast using nearest neighbors. What are the consequences of this. I think that the ultimate results should be robust to these choices, as they are arbitrary decisions in determining the local neighborhood of a predicted.
  • What to do about repeated values? Probably remove from embedded data, but might be useful when characterizing uncertainty.
  • What about transformations of the time series (e.g. differencing, log transformation?) to improve fit? To some extent, transformations are based on assumptions of the underlying processes. I wish to avoid such assumptions.
  • I could explore other measures of "leaving the attractor"
  • It may be useful to apply the method [#Wood2010;] for estimating the error around the dynamic characteristic measures

Programming issues and to-dos

  • Set up the code as a package in order to manage it better
  • Create a data library in the package
  • Implement the DVS plot test
  • Look at current packages for estimating fractal dimension and Lyapunov exponents
  • Set up efficiency testing; next steps will get computationally intense

← Jan 17 | All posts | Links and Resources →