Replies: 1 comment 3 replies
-
First, based on CID: A Complexity-Invariant Distance Measure for Time Series paper, we can follow their equation and define a simple function for the complexity estimator:
We can (roughly) reproduce Figure 9 with:
And we'll see that the random time series is the "most complex" while the constant time series is he "least complex". Then, for any time series,
Of course, one could estimate the complexity using
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Section 3.4 of the Annotation Vector paper, it mentions a way to estimate the complexity of any subsequence by sliding a window across the time series and, by imagining each subsequence as a “chain” or “rope”, have their complexity measured by “stretching” them and measuring the length of the resulting taut lines. The intuition is that the more complex the time series is, the longer its corresponding line will be. This section references an older CID: A Complexity-Invariant Distance Measure for Time Series paper where a complexity estimator is described in and below Figure 9:
How is this be accomplished in practice?
Beta Was this translation helpful? Give feedback.
All reactions