https://github.com/cran/dtw
Raw File
Tip revision: ff075ba9620acd6aa919bd37fddb17ed16590aa8 authored by Toni Giorgino on 21 August 2019, 21:10:05 UTC
version 1.21-1
Tip revision: ff075ba
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic Time Warping Algorithms
Description: 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.
Author: Toni Giorgino <toni.giorgino@gmail.com>,
Maintainer: Toni Giorgino <toni.giorgino@gmail.com>
Version: 1.21-1
Date: 2019-8-17
Depends: R (>= 2.10.0), proxy
Imports: graphics, grDevices, stats, utils
License: GPL (>= 2)
URL: http://dtw.r-forge.r-project.org/
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-08-21 16:16:46 UTC; toni
Repository: CRAN
Date/Publication: 2019-08-21 22:10:05 UTC
back to top