Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a normalized or standardized version of DTW #2

Open
alejandrofdez-us opened this issue Dec 15, 2023 · 1 comment
Open

Create a normalized or standardized version of DTW #2

alejandrofdez-us opened this issue Dec 15, 2023 · 1 comment

Comments

@alejandrofdez-us
Copy link
Owner

No description provided.

@alejandrofdez-us
Copy link
Owner Author

In assessing the suitability of Dynamic Time Warping (DTW) for comparing the similarity of time series pairs, a critical limitation arises when the series are of vastly different scales. DTW, inherently scale-sensitive, calculates the distance between points in time series while allowing for elastic transformations in the time axis. This method proves effective when comparing time series of similar magnitudes, as it accommodates for variations in speed or timing. However, when applied to pairs of time series with significant disparities in scale – for instance, one ranging in the hundreds and another in the millions – the absolute DTW distance values can be misleading. Such scenarios lead to inflated or diminished DTW values, not necessarily indicative of actual similarity or dissimilarity in the underlying patterns of the series. Consequently, direct comparison of DTW values across pairs of time series with distinct magnitude scales is unreliable, necessitating normalization or standardization of the series to a common scale before applying DTW. This step ensures that the DTW metric reflects the intrinsic temporal alignment and pattern similarity, irrespective of the absolute value differences between the series being compared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant