Classical Euclidean Distance (Pythagorean Distance)
Calculates the eucliden distances among the rows of an euclidean configurations in any dimensions
EuclideanDistance(x)
x |
A matrix containing the euclidean configuration |
eucliden distances among the rows of an euclidean configurations in any dimensions
Returns the distance matrix
Jose Luis Vicente Villardon
x=matrix(runif(20),10,2) D=EuclideanDistance(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.