powered by
Computes the robust SVD of a matrix
RobRSVD.all(data, nrank = min(dim(data)), svdinit = svd(data))
Matrix. X matrix.
Integer. Rank of SVD decomposition
List. The standard SVD.
List. The SVD of X.