edm2psd Convert an Euclidean Distance Matrix to a Positive Semi-definite Matrix
Usage
edm2psd(D, V = NULL)
Arguments
D
A matrix in the set D_n^-.
V
A projection matrix satisfying V'1 = 0 and VV' = I
Value
S A symmetric, positive semi-definite matrix
Details
For a matrix D in \(D_{n}^{-}\), edm2psd will be in the space of positive
semi-definite matrices. Therefore, if D also has zero diagonal, we have the following property:
D is a Euclidean Distance Matrix if and only if edm2psd is positive semi-definite.
This operator gives us another method to characterize the existence of a Euclidean distance matrix.