get_wedin_bound_samples {RaJIVE} | R Documentation |
Gets the wedin bounds
get_wedin_bound_samples(X, SVD, signal_rank, num_samples = 1000)
X |
Matrix. The data matrix. |
SVD |
List. The SVD decomposition of the matrix. List with entries 'u', 'd', and 'v'from the svd function. |
signal_rank |
Integer. |
num_samples |
Integer. Number of vectors selected for resampling procedure. |