CRAN/E | IncDTW

IncDTW

Incremental Calculation of Dynamic Time Warping

Installation

About

The Dynamic Time Warping (DTW) distance measure for time series allows non-linear alignments of time series to match similar patterns in time series of different lengths and or different speeds. IncDTW is characterized by (1) the incremental calculation of DTW (reduces runtime complexity to a linear level for updating the DTW distance) - especially for life data streams or subsequence matching, (2) the vector based implementation of DTW which is faster because no matrices are allocated (reduces the space complexity from a quadratic to a linear level in the number of observations) - for all runtime intensive DTW computations, (3) the subsequence matching algorithm runDTW, that efficiently finds the k-NN to a query pattern in a long time series, and (4) C++ in the heart. For details about DTW see the original paper "Dynamic programming algorithm optimization for spoken word recognition" by Sakoe and Chiba (1978) doi:10.1109/TASSP.1978.1163055. For details about this package, Dynamic Time Warping and Incremental Dynamic Time Warping please see "IncDTW: An R Package for Incremental Calculation of Dynamic Time Warping" by Leodolter et al. (2021) doi:10.18637/jss.v099.i09.

Citation IncDTW citation info
System requirements GNU make

Key Metrics

Version 1.1.4.4
R ≥ 2.10
Published 2022-03-16 775 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks IncDTW results

Downloads

Yesterday 12 0%
Last 7 days 119 -2%
Last 30 days 457 -13%
Last 90 days 1.541 -41%
Last 365 days 7.841 +17%

Maintainer

Maintainer

Maximilian Leodolter

maximilian.leodolter@gmail.com

Authors

Maximilian Leodolter

Material

NEWS
Reference manual
Package source

In Views

TimeSeries

Vignettes

Theory and Applications for the RPackage IncDTW

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

IncDTW archive

Depends

R ≥ 2.10

Imports

Rcpp ≥ 0.12.8
RcppParallel
ggplot2
scales
parallel
stats
data.table

Suggests

knitr
dtw
rmarkdown
gridExtra
testthat
dtwclust
parallelDist
microbenchmark
rucrdtw
proxy
R.rsp
dendextend
reshape2
colorspace
fastcluster

LinkingTo

Rcpp
RcppParallel
RcppArmadillo