Learn R Programming

gellipsoid (version 0.7.3)

UD: SVD, modified to return U, and D extended with 0's

Description

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.

Usage

UD(x)

Value

A list with the following components:

u

Right singular vectors

d

Singular values

Arguments

x

A matrix

Author

Georges Monette

See Also

Examples

Run this code

# None yet

Run the code above in your browser using DataLab