UD | R Documentation |
Calculates U and D in the (U, D) representation of a generalized ellipsoid. This uses the SVD, modified to return U, and D extended with 0's for singular matrices.
UD(x)
x |
A matrix |
A list with the following components:
u |
Right singular vectors |
d |
Singular values |
Georges Monette
svd
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.