Replies: 1 comment 2 replies
-
Hi! I'm not too familiar with this definition. Currently, we select optimal Takens parameters as described here: https://giotto-ai.github.io/gtda-docs/0.5.1/modules/generated/time_series/embedding/gtda.time_series.takens_embedding_optimal_parameters.html#gtda.time_series.takens_embedding_optimal_parameters, corresponding to the code in giotto-tda/gtda/time_series/embedding.py Lines 98 to 114 in 7b3e47d |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to compute the correlation dimension for a given embedding dimension in this framework?
Let's say that if I were to take
x
time series of the Lorenz system and compute the correlation dimension for each embedding dimension then I would get a plot where the correlation dimension would increase with the embedding dimension for a while but after a while correlation dimension would be independent of embedding dimension.If I were to do the same thing for the noise then the correlation dimension would linearly increase with the embedding dimension for all along.
Beta Was this translation helpful? Give feedback.
All reactions