Learn R Programming

⚠️There's a newer version (1.23-1) of this package.Take me there.

dtw (version 1.21-3)

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.

Copy Link

Version

Install

install.packages('dtw')

Monthly Downloads

6,121

Version

1.21-3

License

GPL (>= 2)

Maintainer

Toni Giorgino

Last Published

September 1st, 2019

Functions in dtw (1.21-3)

dtwPlotTwoWay

Plotting of dynamic time warp results: pointwise comparison
dtwDist

Compute a dissimilarity matrix
dtwPlot

Plotting of dynamic time warp results
aami

ANSI/AAMI EC13 Test Waveforms, 3a and 3b
countPaths

Count the number of warping paths consistent with the constraints.
dtwPlotThreeWay

Plotting of dynamic time warp results: annotated warping function
dtw-internal

Internal dtw Functions
dtw

Dynamic Time Warp
dtwPlotDensity

Display the cumulative cost density with the warping path overimposed
dtw-package

Comprehensive implementation of Dynamic Time Warping (DTW) algorithms in R.
warp

Apply a warping to a given timeseries
stepPattern

Step patterns for DTW
dtwWindowingFunctions

Global constraints and windowing functions for DTW
warpArea

Compute Warping Path Area
mvm

Minimum Variance Matching algorithm