Description Usage Arguments Details Value See Also Examples
View source: R/MatrixOperators.R
psd2edm
Transform a positive semi-definite matrix to a Euclidean Distance Matrix
1 |
S |
A symmetric, positive semi-definite matrix |
V |
A projection matrix satisfying V'1 = 0 and VV' = I |
The psd2edm function performs the inverse operation of the edm2psd function, taking a matrix in S_{n-1}^{+} and transforming it to a matrix in D_{n}^{-}.
psd2edm(S_{n-1}^{+}) = D_{n}^{-}
Therefore, psd2edm on S_{n-1}^{+} is the inverse operator of edm2psd on D_{n}^{-}.
For a symmetric positive semi-definite matrix S, psd2edm(S) will be in D_{n}^{-}.
D A Euclidean Distance Matrix.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.