Understanding and Normalizing DTW Scores Exceeding 1
I’ve used a function to compute the Dynamic Time Warping (DTW) score between two time series. However, in some cases, the calculated score exceeds 1, such as 5.39. As a newcomer to this concept, I’m uncertain whether my implementation is flawed or if I’m overlooking a fundamental aspect.