checkSingularitySVD | R Documentation |
Checks whether matrix is singular based on singular values of SVD.
checkSingularitySVD(singularValues, tol, rtol, digits = 5)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.