ACE(Tsphere)
ACE()所属R语言包:Tsphere
Alternating Conditional Expectations
交流条件期望
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Predicts values for scattered missing elements according to the matrix-variate normal distribution. Internal use.
根据矩阵变量的正态分布预测值分散缺少的元素。内部使用。
用法----------Usage----------
ACE(x, sig, delt, sigi, delti, M, thr = 1e-04, maxit = 1000)
参数----------Arguments----------
参数:x
Data matrix with scattered missing values. Missing values should be denoted with "NA".
有散在的缺失值的数据矩阵。遗漏值应标注“NA”。
参数:sig
Row covariance matrix.
行协方差矩阵。
参数:delt
Column covariance matrix.
列协方差矩阵。
参数:sigi
Row precision matrix.
行精度矩阵。
参数:delti
Column precision matrix.
矩阵列的精度。
参数:M
Mean matrix.
平均矩阵。
参数:thr
Convergence threshold.
收敛阈值。
参数:maxit
Maximum number of iterations.
最大迭代次数。
Details
详细信息----------Details----------
For internal use.
供内部使用。
值----------Value----------
参数:x
Matrix of predicted values.
矩阵的预测值。
参数:iter
Number of iterations until convergence.
数迭代,直到收敛。
(作者)----------Author(s)----------
Genevera I. Allen
参考文献----------References----------
models with an application to missing data imputation", Annals of Applied Statistics, 4:2, 764-790, 2010.
参见----------See Also----------
CVcov
CVcov
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|