Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find the offset between two time series that minimizes their euclidean distance?

I'm looking for some methods to compute shape similarity between two curve segments.

I have two time series x1 (purple line) and x2 (red line) and I would like to find the y-offset that minimizes the difference between the two curves (the sum of the square differences), and use this difference as a similarity measure.

How can I find this offset?

enter image description here

like image 405
jul Avatar asked Dec 04 '25 01:12

jul


1 Answers

After a relaxing week end, it's easier to see the obvious: it's the average distance between simultaneous points of the data sets.

like image 153
jul Avatar answered Dec 05 '25 21:12

jul