Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 588 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 588 Bytes

Dynamic time warping

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

Usage

Please refer to the example.R file.