找回密码
 注册
查看: 264|回复: 0

R语言 VBmix包 mmppca()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 14:37:46 | 显示全部楼层 |阅读模式
mmppca(VBmix)
mmppca()所属R语言包:VBmix

                                         mmppca
                                         mmppca

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

estimates the variational posterior distribution of a MPPCA that aggregates a collection of input MPPCA models. A lower bound is calculated and monitored at each iteration. This posterior can be used for various purposes (e.g. MC proposal distribution). It can be transformed using mppcaToGmm and subMppca, outputing a GMM. The maximal rank of output factor matrices is determined by the inputs.
估计变后验分布的MPPCA,聚合了收集的输入MPPCA的模型。的下界是在每一次迭代计算和监测。此后路可以被用于各种目的(例如,MC建议分布)。可以使用mppcaToGmm和subMppca,允许输出GMM转换。是由输入输出因子矩阵的最大秩。


用法----------Usage----------


mmppca(mods, ncomp, thres = 0.1, maxit = NULL)



参数----------Arguments----------

参数:mods
input MPPCA that concatenates the set of components to aggregate.  
输入MPPCA连接在一起的组件集聚集。


参数:ncomp
number of components in the posterior.  
后路中的组件数量。


参数:thres
threshold for lower bound variations between 2 iterations. Convergence is decided if this variation is below thres.  
阈值下限2次迭代之间的差异。如果这种变化是低于THRES,决定收敛。


参数:maxit
if NULL, the stopping criterion is related to thres. If not NULL, maxit iterations are performed.  
如果为NULL,则停止条件相关的THRES。如果不为NULL,麦克斯特迭代进行。


值----------Value----------

estimated posterior MPPCA with ncomp components.
估计与NCOMP组件后MPPCA。


(作者)----------Author(s)----------



Pierrick Bruneau




参考文献----------References----------

a variational-Bayes technique over parameters_, ICPR'10.


参见----------See Also----------

newMppca mppca subMppca
newMppca mppca subMppca


实例----------Examples----------


temp <- newMppca()
for(i in 1:10) temp <- appendToMppca(temp, pcapen[[i]])
temp2 <- mmppca(temp, 100, maxit=30)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 14:44 , Processed in 0.023410 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表