diss.EUCL | R Documentation |
Computes Euclidean distance between time series.
diss.EUCL(x, y)
x |
Numeric vector containing the first of the two time series. |
y |
Numeric vector containing the second of the two time series. |
The computed distance.
diss
, dist
## Create three sample time series
x <- cumsum(rnorm(100))
y <- cumsum(rnorm(100))
diss.EUCL(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.