This function checks whether the distance matrix \(D:=d_{ij} = d(x_i, x_j)\) satisfies three axioms to make itself a semimetric, which are (1) \(d_{ii} = 0\), (2) \(d_{ij} > 0\) for \(i\neq j\), and (3) \(d_{ij} = d_{ji}\).
checkdist(d)
"dist"
object or \((N\times N)\) matrix of pairwise distances.
a logical; TRUE
if it satisfies metric property, FALSE
otherwise.