truncate_svd: Truncates a robust SVD.

Description Usage Arguments Value

View source: R/Rajive_helpfunctions.R

Description

Removes columns from the U, D, V matrix computed form an SVD.

Usage

1
truncate_svd(decomposition, rank)

Arguments

decomposition

List. List with entries 'u', 'd', and 'v'from the svd function.

rank

List. List with entries 'u', 'd', and 'v'from the svd function.

Value

The trucated robust SVD of X.


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