pdClasses(nlme)
pdClasses()所属R语言包:nlme
Positive-Definite Matrix Classes
正定矩阵类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Standard classes of positive-definite matrices (pdMat) structures available in the nlme library.
正定矩阵的标准类(pdMat)nlme库结构。
值----------Value----------
Available standard classes:
可用标准类:
参数:pdSymm
general positive-definite matrix, with no additional structure
一般的正定矩阵,没有额外的结构
参数:pdLogChol
general positive-definite matrix, with no additional structure, using a log-Cholesky parameterization
一般的正定矩阵,不需要额外的结构,使用日志乔列斯基参数
参数:pdDiag
diagonal
对角线
参数:pdIdent
multiple of an identity
多重身份
参数:pdCompSymm
compound symmetry structure (constant diagonal and constant off-diagonal elements)
复合对称结构(对角线和恒定不变的非对角线元素)
参数:pdBlocked
block-diagonal matrix, with diagonal blocks of any "atomic" pdMat class
块对角矩阵,与任何“原子”pdMat类的对角线块
参数:pdNatural
general positive-definite matrix in natural parametrization (i.e. parametrized in terms of standard deviations and correlations). The underlying coefficients are not unrestricted, so this class should NOT be used for optimization.
一般正定矩阵(即参数化标准差和相关性方面)在自然参数化。底层系数是不是无限制的,所以这一类不应该被用于优化。
注意----------Note----------
Users may define their own pdMat classes by specifying a constructor function and, at a minimum, methods for the functions pdConstruct, pdMatrix and coef. For examples of these functions, see the methods for classes pdSymm and pdDiag.
用户可以定义自己的pdMat类constructor函数指定,并在最低限度,为职能的方法pdConstruct,pdMatrix和coef。对于这些功能的例子,看到pdSymm和pdDiag类的方法。
作者(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.
参见----------See Also----------
pdBlocked, pdCompSymm, pdDiag, pdFactor, pdIdent, pdMat, pdMatrix, pdNatural, pdSymm, pdLogChol
pdBlocked,pdCompSymm,pdDiag,pdFactor,pdIdent,pdMat,pdMatrix,pdNatural,pdSymm,pdLogChol
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|