Using Stumpy to find general shape within time series? #336
Unanswered
forrestmckee
asked this question in
Q&A
Replies: 1 comment
-
@fgmckee95 I think what you might be looking for is related to this SDTS paper. Unfortunately, we don't have a tutorial on this yet. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Using Stumpy, is it possible to detect a general pattern within a time series? For simplicity, I'm looking to detect an on/off "step," (think square wave) but don't know how many time steps it will take for that pattern to happen. The goal would be to pass in two time series. One is a general pattern, the other is the time series I'm looking in (I know 2 time series can be passed in similar to the ice-ice baby example in the docs). The problem I'm running into is the length or magnitude of the pattern could be significantly smaller than the time series, but the overall pattern could be similar. Is there a way to do this using stumpy? Maybe some sort of normalization?
Please let me know if my question is unclear and I'll try and rephrase.
Beta Was this translation helpful? Give feedback.
All reactions