-
Notifications
You must be signed in to change notification settings - Fork 7
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
Average displacement from the diagonal method for delay time in traditional embedding #89
Comments
I'll go for it after my defense and vacation :) It is on my list anyway. Expect end of October. |
Are the tags on this issue recent ? (i.e. Is this a issue that still needs contribution?) |
This open issue lists a feature request: something we'd like to have in the library. Someone needs to contribute this to be in the library, so I guess the answer to your question is "yes" :) The recency of the tags does not matter. If this feature was in the library this issue would have been closed. |
Hey! I have a question and would appreciate some guidance. |
The optimal dimension methods require already an optimal lag... So you'd go in circles. I would say, let this be a keyword argument to be put in by the user. |
Awesome! I think I got it. I will just add a test and send a pull request |
there was some work here: https://github.com/JuliaDynamics/DelayEmbeddings.jl/pull/120/files if someone can finish it. |
In the traditional embedding scheme where one calculates independently delay time and embedding dimension, there is another method to compute optical delay time, besides automutual information minima.
This is the "average displacement of the time-delayed vectors from the phase space diagonal" from:
Paper: https://www.delucafoundation.org/download/bibliography/de-luca/061.pdf
Implementing this is easy, and shouldn't take more than 10 lines of code!
The text was updated successfully, but these errors were encountered: