Skip to content

Fast Pattern Matching across 4 or 5 different time series #541

Answered by JaKasb
Dwarak-PCI asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to search for motifs in the same physical quantity, then you want to perform an AB-Join.

stumpy.stump(T_A = temp_obs, m=???, T_B=temp_forecast, ignore_trivial=False, normalize=???)
The parameters (m, normalize) are domain dependent.

Maybe the ostinato algorithm could be useful (see https://stumpy.readthedocs.io/en/latest/Tutorial_Consensus_Motif.html).

Another data mining task is to search for multidimensional motifs.
If the time-axis is synchronized across all t_obs, you can interpret the recordings as a single 4-D timeseries.
If you interpret the problem as 4D-Timeseries, you also need to analyze the interpretation of a 4D-Distance-Measure for pattern-similarity.
The problem…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@seanlaw
Comment options

Answer selected by Dwarak-PCI
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants