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

adaptive recurrence threshold specification #140

Open
hkraemer opened this issue Oct 5, 2022 · 1 comment
Open

adaptive recurrence threshold specification #140

hkraemer opened this issue Oct 5, 2022 · 1 comment

Comments

@hkraemer
Copy link
Contributor

hkraemer commented Oct 5, 2022

In a very recent paper it is suggested to obtain an adaptive recurrence threshold based on local maximum attractor densities/distances. Basically, the distance matrix gets scanned using a sliding window (window size is a free parameter, but can be related to the decorrelation time of the time series) and for each window the maximum distance is picked. In turn, this local maximum distance will be used to scale the recurrence threshold accordingly.

The paper and the shown results sound promising and the effort to implement it (and also the computational complexity itself) seems to be manageable I suppose.

@Datseris Datseris changed the title New way of variable recurrence threshold selection adaptive recurrence threshold specification Feb 20, 2023
@Datseris
Copy link
Member

Easy to add to the codebase now that we have the extendable AbstractRecurrenceType specification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants