From 89a00c30c6ac386fe8c1ac7ef58423de1bea178b Mon Sep 17 00:00:00 2001 From: Datseris Date: Tue, 19 Dec 2017 21:12:21 +0100 Subject: [PATCH] docstring minor --- README.md | 2 +- src/delay_coords.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 414cc589..cf7e2ac1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![DynamicalSystems.jl logo: The Double Pendulum](https://i.imgur.com/nFQFdB0.gif) -Repository containing Tools for the exploration of chaos and nonlinear dynamics. It +Repository containing tools for the exploration of chaos and nonlinear dynamics. It is part of the ecosystem of [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/latest/). | **Documentation** | **Travis** | **AppVeyor** | Gitter | diff --git a/src/delay_coords.jl b/src/delay_coords.jl index d49819cf..7078eaa5 100644 --- a/src/delay_coords.jl +++ b/src/delay_coords.jl @@ -111,7 +111,7 @@ nearby states that are evolved in time for `k` steps (`k` must be integer). ## Description If the reconstruction -exhibits exponential divergence of nearby states, then it should clearly hold: +exhibits exponential divergence of nearby states, then it should clearly hold ```math E(k) \\approx \\lambda\\Delta t k + E(0) ``` @@ -146,7 +146,7 @@ the distances used are defined in the package [Distances.jl](https://github.com/JuliaStats/Distances.jl), but are re-exported here for ease-of-use. -This function assumes that the Theiler window (see [1]) is the same as the delay time: +This function assumes that the Theiler window (see [1]) is the same as the delay time, ``w = \\tau``. ## References