Skip to content

Aligning shifted series with MP #1051

Answered by seanlaw
joshualeond asked this question in Q&A
Discussion options

You must be logged in to vote

It's a little hard to tell what you are asking but AB-joins are somewhat different from using stumpy.mass.

For an AB-join, you have time series A, time series B, and a window size m. For every sliding window "subsequence" in A, you are hunting for its one-nearest (subsequence) neighbor in B. Note that the nearest neighbor can exist ANYWHERE in B. For example, the first subsequence in A can have its nearest neighbor located at the END of B while the second subsequence in A (which is shifted over by one index value) can have its nearest neighbor located at the BEGINNING of B. In other words, there is no guaranteed "ordering" in the nearest neighbors (they are where they are and we can't mak…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@joshualeond
Comment options

@seanlaw
Comment options

Answer selected by joshualeond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants