Motifs in multiple time series #458
Unanswered
tomnewg
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
|
@tomnewg Welcome to the STUMPY community and thank you for your question! So, if you already have a motif in mind and you want to search for a specific pattern then you may be interested this fast pattern matching tutorial. You may need to wrap this into a simple Additionally, if you want to find motifs across multiple time series (i.e., you don't have a pattern in mind) then you might try the "ostinato" algorithm and you can learn more from this tutorial. If this doesn't quite answer your question then please feel free to provide some more information or a minimum reproducible code sample and I can try to help. |
1 reply
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.
Hi stumpy community,
I was wondering if someone can point me in the right direction. I have been experimenting with the Matrix Profile and stumpy. Such an awesome new methodlogy. In my current analysis, I have multiple time series where I want to find common Motifs.
I looked at the https://stumpy.readthedocs.io/en/latest/Tutorial_AB_Joins.html
Is there a way to run this analysis over more than two time series? Is it possible that I can search for a specific Motif that I found in one time series to find in another?
Many thanks for your help
Tom
All reactions