powered by
Computes the Permutation Distribution distance between time series.
diss.PDC(x, y, ...)
Numeric vector containing the first of the two time series.
Numeric vector containing the second of the two time series.
Additional parameters for the function. See link[pdc]{pdcDist}.
link[pdc]{pdcDist}
The computed distance.
This is basically a wrapper for pdcDist of the pdc package, intended for an easier discovery of the functionalities used in TSclust.
pdcDist
pdc
diss, link[pdc]{pdcDist}
diss
# NOT RUN { ## Create three sample time series x <- cumsum(rnorm(100)) y <- cumsum(rnorm(100)) diss.PDC(x, y) # }
Run the code above in your browser using DataLab