Learn R Programming

RaJIVE (version 1.0)

get_svd_robustH: Computes the robust SVD of a matrix Using robRsvd

Description

Computes the robust SVD of a matrix Using robRsvd

Usage

get_svd_robustH(X, rank = NULL)

Arguments

X

Matrix. X matrix.

rank

Integer. Rank of SVD decomposition

Value

List. The SVD of X.