Truncated SVD of the whitened matrix
whitened_svd.RdComputes singular values (optionally truncated) of the whitened matrix. Uses
RSpectra when available for efficiency in the truncated case.
Arguments
- X, A, M
As in
whitened_matrix().- k
Optional integer number of singular values to compute.
See also
whitened_matrix() for the underlying whitening operation
Other subspace analysis:
procrustes_distance(),
subspace_principal_angles(),
whitened_matrix()