CRAN/E | DTWUMI

DTWUMI

Imputation of Multivariate Time Series Based on Dynamic Time Warping

Installation

About

Functions to impute large gaps within multivariate time series based on Dynamic Time Warping methods. Gaps of size 1 or inferior to a defined threshold are filled using simple average and weighted moving average respectively. Larger gaps are filled using the methodology provided by Phan et al. (2017) doi:10.1109/MLSP.2017.8168165: a query is built immediately before/after a gap and a moving window is used to find the most similar sequence to this query using Dynamic Time Warping. To lower the calculation time, similar sequences are pre-selected using global features. Contrary to the univariate method (package 'DTWBI'), these global features are not estimated over the sequence containing the gap(s), but a feature matrix is built to summarize general features of the whole multivariate signal. Once the most similar sequence to the query has been identified, the adjacent sequence to this window is used to fill the gap considered. This function can deal with multiple gaps over all the sequences componing the input multivariate signal. However, for better consistency, large gaps at the same location over all sequences should be avoided.

Citation DTWUMI citation info
mawenzi.univ-littoral.fr/DTWUMI/

Key Metrics

Version 1.0
R ≥ 3.0.0
Published 2018-07-13 2115 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks DTWUMI results

Downloads

Yesterday 7 0%
Last 7 days 39 -32%
Last 30 days 178 +13%
Last 90 days 479 -31%
Last 365 days 2.197 -22%

Maintainer

Maintainer

POISSON-CAILLAULT Emilie

emilie.poisson@univ-littoral.fr

Authors

DEZECACHE Camille
PHAN Thi Thu Hong
POISSON-CAILLAULT Emilie

Material

Reference manual
Package source

In Views

MissingData

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

Depends

R ≥ 3.0.0

Imports

dtw
rlist
stats
e1071
entropy
lsa
DTWBI