Skip to content

Commit

Permalink
update examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Mar 15, 2019
1 parent 8bbed93 commit 898f910
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Documentation for ewstools
============================
==========================

.. toctree::
:maxdepth: 2
Expand Down
21 changes: 8 additions & 13 deletions examples/readme.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
# Examples
**A collection of iPython notebooks demonstrating applications of ewstools.**

## ricker_single.ipynb
### ews_single.ipynb

Simulates a single trajectory of the Ricker model undergoing a Fold bifurcation
Simulates a single trajectory of the Ricker model undergoing a Fold and Flip bifurcation
and computes EWS.


## ricker_multi.ipynb
### ews_multi.ipynb

Simulates multiple trajectories of the Ricker model undergoing a Fold bifurcation
Simulates multiple trajectories of the Ricker model undergoing a Fold and Flip bifurcation
and computes ensemble averages of EWS.


## ricker_stat.ipynb
### ews_bootstrap.ipynb

Simulates **stationary** trajectories of the Ricker model at different parameter values
preceding the Fold bifurcation.


## ricker_bootstrap.ipynb

Simulates a single trajectory of the Ricker model undergoing a Fold bifurcation, computes
bootstrapped time-series from this trajectory, and the corresponding distribution of EWS.
Simulates a single trajectory of the Ricker model undergoing a Fold and Flip bifurcation,
computes bootstrapped time-series from rolling window segments, and computes the
evolving distribution of EWS.



Expand Down

0 comments on commit 898f910

Please sign in to comment.