formXtViX(mgcv)
formXtViX()所属R语言包:mgcv
Form component of GAMM covariance matrix
GAMM协方差矩阵的形式组成部分
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a service routine for gamm. Given, V, an estimated covariance matrix obtained using extract.lme.cov2 this routine forms X'inv(V)X as efficiently as possible, given the structure of V (usually sparse).
这是一个gamm的服务程序。鉴于,V,估计协方差矩阵得到使用extract.lme.cov2这种常规形式X'inv(V)X尽可能有效,V(通常是稀疏)的结构。
用法----------Usage----------
formXtViX(V,X)
参数----------Arguments----------
参数:V
A data covariance matrix list returned from extract.lme.cov2
数据的协方差矩阵列表返回从extract.lme.cov2
参数:X
A model matrix.
模型矩阵。
Details
详情----------Details----------
The covariance matrix returned by extract.lme.cov2 may be in a packed and re-ordered format, since it is usually sparse. Hence a special service routine is required to form the required products involving this matrix.
extract.lme.cov2返回的协方差矩阵可能是在包装和重新排序的格式,因为它通常是稀疏。因此,需要一个特殊的服务程序,形成所需的产品涉及此矩阵。
值----------Value----------
A matrix.
矩阵。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
参考文献----------References----------
Generalized Additive Mixed Models. Biometrics 62(4):1025-1036
参见----------See Also----------
gamm, extract.lme.cov2
gamm,extract.lme.cov2
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|