pdMatrix(nlme)
pdMatrix()所属R语言包:nlme
Extract Matrix or Square-Root Factor from a pdMat Object
矩阵或平方根因子提取从pdMat对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The positive-definite matrix represented by object, or a square-root factor of it is obtained. Letting S denote a positive-definite matrix, a square-root factor of S is any square matrix L such that S = L'L. This function extracts S or L.
正定矩阵表示object,或它的平方根因素。让S表示正定矩阵,平方根因素S是任何方阵LS = L'L。这个功能提取S或L。
用法----------Usage----------
pdMatrix(object, factor)
参数----------Arguments----------
参数:object
an object inheriting from class pdMat, representing a positive definite matrix.
一个对象类pdMat代表正定矩阵,继承。
参数:factor
an optional logical value. If TRUE, a square-root factor of the positive-definite matrix represented by object is returned; else, if FALSE, the positive-definite matrix is returned. Defaults to FALSE.
一个可选的逻辑值。如果TRUE的object代表正定矩阵平方根因素则返回,否则,如果FALSE,正定矩阵,则返回。 FALSE默认。
值----------Value----------
if fact is FALSE the positive-definite matrix represented by object is returned; else a square-root of the positive-definite matrix is returned.
如果fact是FALSE正定矩阵object返回表示,否则正定矩阵的平方根返回。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
in S and S-PLUS", Springer, esp. p. 162.
参见----------See Also----------
as.matrix.pdMat, pdClasses, pdFactor, pdMat, pdMatrix.reStruct, corMatrix
as.matrix.pdMat,pdClasses,pdFactor,pdMat,pdMatrix.reStruct,corMatrix
举例----------Examples----------
pd1 <- pdSymm(diag(1:4))
pdMatrix(pd1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|