Learn R Programming

RaJIVE (version 1.0)

RobRSVD.all: Computes the robust SVD of a matrix

Description

Computes the robust SVD of a matrix

Usage

RobRSVD.all(data, nrank = min(dim(data)), svdinit = svd(data))

Arguments

data

Matrix. X matrix.

nrank

Integer. Rank of SVD decomposition

svdinit

List. The standard SVD.

Value

List. The SVD of X.