| logdet | R Documentation | 
This internal function returns the log determinant of a positive definite matrix by using the trace of a the Cholesky trick. Its way faster than what you find in base.
logdet(A)
A | 
 A symmetric positive definite matrix.  | 
A scalar giving the log determinant of A
Alex Lenkoski <alex@nr.no>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.