This library implements the dynamic time warping algorithm in R and provides a function to calculate an optimal warp path. Dynamic time warping allows for comparison of two time series based on optimally time-shifted distance.
Implementation based largely on Senin (2008):
Pavel Senin, Dynamic time warping algorithm review, Information and Computer Science Department University of Hawaii at Manoa Honolulu, USA (2008), PDF
Please refer to the example.R
file.