DYNAMIC TIME WARPING
Computes the Dynamic Time Warping distance between a pair of numeric time series using the 'DTWDistance' function from the 'TSdist' package.
We by setting the 'DTWDistance' function by using a Sakoe-Chiba windowing constraint with a window equal to the 10
DTW.Measure(s1, s2)
\items1a numeric vector containing the first time series.
\items2a numeric vector containing the second time series.
the computed distance between the pair of series.
DYNAMIC TIME WARPING
Computes the Dynamic Time Warping distance between a pair of numeric time series using the 'DTWDistance' function from the 'TSdist' package.
We by setting the 'DTWDistance' function by using a Sakoe-Chiba windowing constraint with a window equal to the 10
for more details read the 'TSdist' package documentation.