svd_reconstruction: Reconstruces the original matrix from its robust SVD.

Description Usage Arguments Value

View source: R/Rajive_helpfunctions.R

Description

Computes UDV^T to get the approximate (or full) X matrix.

Usage

1
svd_reconstruction(decomposition)

Arguments

decomposition

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

Value

Matrix. The original matrix.


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