# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dtw" in publications use:' type: software license: GPL-2.0-or-later title: 'dtw: Dynamic Time Warping Algorithms' version: 1.23-1 doi: 10.18637/jss.v031.i07 identifiers: - type: doi value: 10.32614/CRAN.package.dtw abstract: 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) . authors: - family-names: Giorgino given-names: Toni email: toni.giorgino@gmail.com preferred-citation: type: article title: 'Computing and Visualizing Dynamic Time Warping Alignments in R: The dtw Package' authors: - family-names: Giorgino given-names: Toni email: toni.giorgino@gmail.com journal: Journal of Statistical Software year: '2009' volume: '31' issue: '7' doi: 10.18637/jss.v031.i07 start: '1' end: '24' repository: https://tonigi.r-universe.dev repository-code: http://dtw.r-forge.r-project.org/ commit: d51529a8ee2827cd8c1bd7c4a9e0265dd0cc72cf url: https://dynamictimewarping.github.io/ date-released: '2022-09-19' contact: - family-names: Giorgino given-names: Toni email: toni.giorgino@gmail.com references: - type: article title: 'Matching Incomplete Time Series with Dynamic Time Warping: An Algorithm and an Application to Post-Stroke Rehabilitation' authors: - family-names: Tormene given-names: Paolo - family-names: Giorgino given-names: Toni - family-names: Quaglini given-names: Silvana - family-names: Stefanelli given-names: Mario journal: Artificial Intelligence in Medicine year: '2008' volume: '45' issue: '1' doi: 10.1016/j.artmed.2008.11.007 start: '11' end: '34'