get_wedin_bound_samples: Gets the wedin bounds
Description
Gets the wedin bounds
Usage
get_wedin_bound_samples(X, SVD, signal_rank, num_samples = 1000)
Arguments
SVD
List. The SVD decomposition of the matrix. List with entries 'u', 'd', and 'v'from the svd function.
num_samples
Integer. Number of vectors selected for resampling procedure.