powered by
Takes the log determinant of a square matrix. Log is that of base e sometimes referred to as ln().
logdet(a)
Square matrix (\(Q \times Q\))
A single-value double.
tr and fillout
tr
fillout
# NOT RUN { # Identity Matrix of size 2 logdet(diag(c(2, 2))) # }
Run the code above in your browser using DataLab