Finding a motif across multiple timeseries, which should not be part of a third timeseries #937
Unanswered
anates
asked this question in
Help: Coding & Implementations
Replies: 1 comment
|
@anates Thank you for your question and welcome to the STUMPY community! Off the top of my head, I cannot think of any good solution. I wonder if you can apply If |
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.
I'm currently using
stumpy.ostinatofor finding motifs which stay (more or less) constant across multiple time series. Now, however, I have the second requirement that my found motif should not be found in a third time series. This with the purpose to identify motif-based differences between different sets of time series.I.e. I'm now looking for an implementation approach to find a motif with the smallest matrix distance in time series
AandB, but simultaneously the largest matrix distance to a similar pattern in time seriesC. Is there a function available for such an operation, or are there other ideas about how to solve this problem?Thanks!
All reactions