A comprehensive implementation of dynamic time warping (DTW) algorithms in R. DTW computes the optimal (least cumulative distance) alignment between points of two time series. Common DTW variants covered include local (slope) and global (window) constraints, subsequence matches, arbitrary distance definitions, normalizations, minimum variance matching, and so on. Provides cumulative distances, alignments, specialized plot styles, etc.
Version: | 1.18-1 |
Depends: | R (≥ 2.10.0), proxy |
Imports: | graphics, grDevices, stats, utils |
Published: | 2015-09-01 |
Author: | Toni Giorgino, |
Maintainer: | Toni Giorgino <toni.giorgino at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://dtw.r-forge.r-project.org/ |
NeedsCompilation: | yes |
Citation: | dtw citation info |
Materials: | ChangeLog |
In views: | TimeSeries |
CRAN checks: | dtw results |
Reference manual: | dtw.pdf |
Vignettes: |
Computing and Visualizing Dynamic Time Warping Alignments in R: The dtw Package |
Package source: | dtw_1.18-1.tar.gz |
Windows binaries: | r-devel: dtw_1.18-1.zip, r-release: dtw_1.18-1.zip, r-oldrel: dtw_1.18-1.zip |
OS X Snow Leopard binaries: | r-release: dtw_1.18-1.tgz, r-oldrel: dtw_1.17-1.tgz |
OS X Mavericks binaries: | r-release: dtw_1.18-1.tgz |
Old sources: | dtw archive |
Reverse depends: | dtwclust, dtwSat, verification |
Reverse imports: | nettools, phylocurve, TSclust, TSdist |
Reverse suggests: | ChemometricsWithR |