Description Usage Arguments Details Value See Also Examples
View source: R/MatrixOperators.R
edm2psd
Convert an Euclidean Distance Matrix to a Positive Semi-definite Matrix
1 |
D |
A matrix in the set D_n^-. |
V |
A projection matrix satisfying V'1 = 0 and VV' = I |
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.
S A symmetric, positive semi-definite matrix
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.