powered by
Computes Euclidean distance between time series.
diss.EUCL(x, y)
Numeric vector containing the first of the two time series.
Numeric vector containing the second of the two time series.
The computed distance.
diss, dist
diss
dist
# NOT RUN { ## Create three sample time series x <- cumsum(rnorm(100)) y <- cumsum(rnorm(100)) diss.EUCL(x, y) # }
Run the code above in your browser using DataLab