svd_reconstruction {RaJIVE} | R Documentation |
Reconstruces the original matrix from its robust SVD.
Description
Computes UDV^T to get the approximate (or full) X matrix.
Usage
svd_reconstruction(decomposition)
Arguments
decomposition |
List. List with entries 'u', 'd', and 'v'from the svd function. |
Value
Matrix. The original matrix.
[Package RaJIVE version 1.0 Index]