Page 1 of 1

Dynamic Time Warping Compute the Dynamic Time Warping distance between the two time series: X = [1, 3, 5] Y = [0, 1, 4,

Posted: Fri May 20, 2022 4:59 pm
by answerhappygod
Dynamic Time Warping
Compute the Dynamic Time Warping distance between the two time
series:
X = [1, 3, 5]
Y = [0, 1, 4, 5]
Let the cost function
be cost(xi,yj )=(xi -yj)2
a) Show the DTW matrix