Description Usage Arguments Details Value
Solve method for variance matrices.
1 |
V |
Symmetric positive-definite (i.e., variance) matrix. |
b |
Optional vector or matrix for which to solve the system of equations |
ldV |
Optionally compute the log determinant as well. |
This function is faster and more stable than base::solve
when V
is known to be positive-definite.
The solution of the system of equations, or a list with elements x
and ldV
returning the log-determinant as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.