Log Determinant
Takes the log determinant of a square matrix. Log is that of base e sometimes referred to as ln().
logdet(a)
a
: Square matrix ()A single-value double.
# Identity Matrix of size 2 logdet(diag(c(2, 2)))
tr
and fillout
Useful links