Description Usage Arguments Value
This often faster than solve()
for larger matrices.
See, for example:
http://blog.phytools.org/2012/12/faster-inversion-of-square-symmetric.html
and
https://stats.stackexchange.com/questions/14951/efficient-calculation-of-matrix-inverse-in-r.
1 | solve_chol(x)
|
x |
symmetric, positive-definite matrix |
the inverse of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.