Euclidean Distance
The Euclidean distance for real vectors.
distanceRealEuclidean(x, y)
x |
first real vector |
y |
second real vector |
numeric distance value
d(x,y)
x <- runif(5) y <- runif(5) distanceRealEuclidean(x,y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.