DYNAMIC TIME WARPING MSE
Computes the Dynamic Time Warping mapped path between a pair of numeric time series using the 'dtw' function from the 'dtw' package.
and calculate the MSE of the mapped path.
We by setting the 'dtw' function by using a Sakoe-Chiba windowing constraint with a window equal to the 10
dtw_mse(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 MSE
Computes the Dynamic Time Warping mapped path between a pair of numeric time series using the 'dtw' function from the 'dtw' package.
and calculate the MSE of the mapped path.
We by setting the 'dtw' function by using a Sakoe-Chiba windowing constraint with a window equal to the 10
for more details read the 'dtw' package documentation.