checkSingularitySVD {WALS} | R Documentation |
Internal function: Check singularity of SVDed matrix
Description
Checks whether matrix is singular based on singular values of SVD.
Usage
checkSingularitySVD(singularValues, tol, rtol, digits = 5)
Arguments
singularValues |
Vector of singular values. |
tol |
Absolute tolerance, singular if |
rtol |
Relative tolerance, singular if
|
digits |
The number significant digits to show in case a warning is triggered by singularity. |
[Package WALS version 0.2.5 Index]