View source: R/utils.R View source: R/00_stability_preload.R View source: R/stability_utils.R
| safe_solve | R Documentation |
Safe matrix inversion with stability checks
safe_solve(matrix, tol = 1e-06)
matrix |
Matrix to invert |
tol |
Tolerance for numerical stabilization |
Inverted matrix or NULL if inversion fails
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.