Computes Euclidean distance between time series.
diss.EUCL(x, y)
The computed distance.
Numeric vector containing the first of the two time series.
Numeric vector containing the second of the two time series.
diss
, dist
## 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