get_wedin_bound_samples {RaJIVE} | R Documentation |
Gets the wedin bounds
Description
Gets the wedin bounds
Usage
get_wedin_bound_samples(X, SVD, signal_rank, num_samples = 1000)
Arguments
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. |
[Package RaJIVE version 1.0 Index]