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

[Question] How to measure the similarity between two time series using the package? #59

Closed
shayandavoodii opened this issue Oct 17, 2023 · 1 comment

Comments

@shayandavoodii
Copy link

Hi,
I was looking for a package that provides DTW in Julia and I think the only active repository is this repo. I saw you've provided brief documentation about Find a short pattern in a long time series. Unfortunately I'm not an expert in the field of Signal Processing, hence I do not know what do you mean by "a short pattern". Anyway, I want to see whether one can use this package to assess the similarity of two time series. If yes, I would appreciate it if you could provide an example of achieving it.
Thank you

@baggepinnen
Copy link
Owner

This package computes the dtw semi metric, if that's the "similarity" you are after then you are in luck, just call

cost, i1, i2 = dtw(a,b)

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

2 participants