halflogdetX {BayesBrainMap} | R Documentation |
Half log determinant
Description
Computes half log determinant of X
, by sum(log(diag(chol(X))))
.
Usage
halflogdetX(X)
Arguments
X |
A numeric matrix |
Value
The half log determinant of X
.
[Package BayesBrainMap version 0.1.3 Index]