Multivariate series with of different lengths #905
Replies: 1 comment 2 replies
-
@elisevans Thank you for your question and welcome to the STUMPY community.
So, for multi-dimensional cases, it is important to emphasize that the multi-dimensional matrix profile is NOT simply 1-dimensional matrix profiles stacked one on top of the other. More information can be found here.
This is to be expected since it is impossible to compute distances between a subsequence with missing values. Fundamentally, there is nothing wrong with Can you please describe what it is that you are hoping to accomplish? This added context might allow us to provide further guidance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have multiple time series but not all of equal length (e.g. some have 100 target values, some have 98 target values) is there a way to still use mstump, or should I iterate over each series and use stump?
I tried doing the former by inserting np.nan values but this leads to inf values in the matrix profile. Not sure if there is some way around this.
Beta Was this translation helpful? Give feedback.
All reactions