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

New method for estimating Theiler window: space time separation plot: Provenzale et al (1992) #102

Open
Datseris opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers wanted feature

Comments

@Datseris
Copy link
Member

Datseris commented Feb 17, 2022

I'm reading again the Nonlinear Time Series Analysis textbook by Kantz & Schreiber. In section 6.5 they describe a rather straightforward method for estimating a good value of the Theiler window. It is a method by Provenzale et al

Provenzale, A., Smith, L. A., Vio, R. &Murante, G. (1992). Distinguishing between low-dimensional dynamics and randomness in measured time series. Physica D, 58, 31. https://www.sciencedirect.com/science/article/abs/pii/0167278992901002

From Kantz's textbook:

The idea is that in the presence of temporal correlations the probability that a given pair of points has a distance smaller than ε does not only depend on ε but also on the time that has elapsed between the two measurements. This dependence can be detected by plotting the number of pairs as a function of two variables, the time separation Δt and the spatial distance ε. Increase versus Δt is very rapid at the start, but quickly saturates as Δt increases.

I think implementing this method is easy, and a threshold for saturation of increase versus Δt (keyword argument) can be used to choose w.

@Datseris Datseris added enhancement New feature or request good first issue Good for newcomers wanted feature labels Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers wanted feature
Projects
None yet
Development

No branches or pull requests

1 participant