powered by
This method function extracts the logarithm of the determinant of a square-root factor of the positive-definite matrix represented by object.
object
# S3 method for pdMat logDet(object, ...)
the log-determinant of a square-root factor of the positive-definite matrix represented by object.
an object inheriting from class "pdMat", representing a positive definite matrix.
"pdMat"
some methods for this generic require additional arguments. None are used in this method.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
pdMat, logDet
pdMat
logDet
pd1 <- pdSymm(diag(1:3)) logDet(pd1)
Run the code above in your browser using DataLab