TSclust (version 1.2.4)

diss.EUCL: Euclidean Distance

Description

Computes Euclidean distance between time series.

Usage

diss.EUCL(x, y)

Arguments

x

Numeric vector containing the first of the two time series.

y

Numeric vector containing the second of the two time series.

Value

The computed distance.

See Also

diss, dist

Examples

Run this code
# 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