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