get_sv_threshold {RaJIVE} | R Documentation |
The singular value threshold.
Description
Computes the singular value threshold for the data matrix (half way between the rank and rank + 1 singluar value).
Usage
get_sv_threshold(singular_values, rank)
Arguments
singular_values |
Numeric. The singular values. |
rank |
Integer. The rank of the approximation. |
[Package RaJIVE version 1.0 Index]