euclidean {poolABC} | R Documentation |
Compute euclidean distance
Description
Computes the euclidean distance between two integers or numeric vectors.
Usage
euclidean(a, b)
Arguments
a |
is an integer or a numeric vector. |
b |
is another integer or numeric vector. |
Value
a numeric value representing the euclidean distance between the two inputs.
[Package poolABC version 1.0.0 Index]