pdcDistTwoTSLists: Permutation Distribution Distance for Two Lists of Time...

Description Usage Arguments Value

Description

Version of pdcDistTSList which computes the PDC distance from each time series of the first list to each time series of the second list.

Usage

1
pdcDistTwoTSLists(tsList1, tsList2, subSequenceLength = NULL)

Arguments

tsList1

A list of numeric vectors (uni-variate time series). Each time series should have at least two elements.

tsList2

A list of numeric vectors (uni-variate time series). Each time series should have at least two elements. Is used for the entropy heuristic if no subSequenceLength is provided,

subSequenceLength

Number of elements which form each subsequence. Will be determined as integer in [2,7] by a heuristic if not provided.

Value

The distance matrix with each entry being a numeric from the range [0,4].


Jakob-Bach/FastTSDistances documentation built on May 13, 2019, 1:15 p.m.