https://github.com/cran/dtw
Raw File
Tip revision: 935e521fa862c893e52a85dbb72c3ae53246a8e4 authored by Toni Giorgino on 15 August 2009, 00:00:00 UTC
version 1.14-3
Tip revision: 935e521
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.,
    as described in Giorgino (2009) <doi:10.18637/jss.v031.i07>.
Authors@R: c(person("Toni","Giorgino",email="toni.giorgino@gmail.com",role=c("aut","cre")))
Version: 1.23-1
Date: 2022-9-19
Depends: R (>= 2.10.0), proxy
Imports: graphics, grDevices, stats, utils
License: GPL (>= 2)
URL: https://dynamictimewarping.github.io/,
        http://dtw.r-forge.r-project.org/
RoxygenNote: 7.2.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2022-09-19 17:02:06 UTC; toni
Author: Toni Giorgino [aut, cre]
Maintainer: Toni Giorgino <toni.giorgino@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-19 17:36:11 UTC
back to top