Learn R Programming

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

dtw (version 1.20-1)

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

8,751

Version

1.20-1

License

GPL (>= 2)

Maintainer

Last Published

May 18th, 2018

Functions in dtw (1.20-1)

dtwPlotTwoWay

Plotting of dynamic time warp results: pointwise comparison
dtw-internal

Internal dtw Functions
dtwPlotThreeWay

Plotting of dynamic time warp results: annotated warping function
dtwWindowingFunctions

Global constraints and windowing functions for DTW
dtwPlot

Plotting of dynamic time warp results
dtw-package

dtw
mvm

Minimum Variance Matching algorithm
dtw

Dynamic Time Warp
warp

Apply a warping to a given timeseries
dtwDist

Compute a dissimilarity matrix
countPaths

Count the number of possible warping paths
aami

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

Step patterns for DTW
warpArea

Compute Warping Path Area
triangleFixing

Triangle Fixing algorithm for Metric Nearness