RobRSVD.all: Computes the robust SVD of a matrix

Description Usage Arguments Value

View source: R/RobustSVD.R

Description

Computes the robust SVD of a matrix

Usage

1
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.


RaJIVE documentation built on Feb. 4, 2021, 5:05 p.m.