msmd {BIDistances}R Documentation

msmd

Description

msmd

Usage

msmd(Values1, Values2, ParameterC)

Arguments

Values1

[1:N1] Numeric vector with values of the first time series.

Values2

[1:N1] Numeric vector with values of the second time series.

ParameterC

Numeric vector with time stamps of the first time series.

Value

List with elements

Value

Distance measure

Author(s)

Quirin Stier

Examples

msmd(1:10, 1:10)

[Package BIDistances version 0.1.3 Index]