| safe_solve | R Documentation |
Safe matrix inversion with conditioning check
safe_solve(A, B = NULL, reg = 1e-12, rcond_tol = 1e-12, verbose = FALSE)
A |
matrix |
B |
matrix |
reg |
Numeric scalar (default: |
rcond_tol |
Numeric, default = 1e-12. Tolerance threshold for the reciprocal condition number. |
verbose |
Logical flag controlling function messaging. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.