Extract Log-Determinant from a pdMat Object
登录从pdMat对象提取行列式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the logarithm of the determinant of a square-root factor of the positive-definite matrix represented by object.
这种方法的功能提取了object代表正定矩阵行列式的平方根因素的对数。
用法----------Usage----------
## S3 method for class 'pdMat'
logDet(object, ...)
参数----------Arguments----------
参数: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.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
the log-determinant of a square-root factor of the positive-definite matrix represented by object.
日志由object代表的正定矩阵的平方根因素的决定性因素。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>