svd(x, nu=min(n,p), nv=min(n,p))
x
| a matrix whose SVD decomposition is to be computed. |
nu
|
the number of left eigenvectors to be computed.
This must be one of 0 , nrow(x) and ncol(x) .
|
nv
|
the number of right eigenvectors to be computed.
This must be one of 0 , and ncol(x) .
|
svd
provides an interface to the LINPACK routine DSVDC.
The singular value decompostion plays an important role in many
statistical techniques.
d
x
.
u
x
.
v
x
.
qr
.