View source: R/log_determinant.R
This function calculates the log (natural base) of the determinant of a matrix in order to avoid overflow for some large determinant. The matrix has to be symmetric positive-definite in order to use the cholesky decomposition.
1 |
x |
A symmetric positive-definite square matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.