UpdateLambda(RMallow)
UpdateLambda()所属R语言包:RMallow
Update the Lambda parameters of clusters.
更新簇的Lambda参数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Updates the Lambda parameters to maximize the likelihood of the data under Mallows' model.
更新的Lambda参数,以最大限度地提高锦葵模式下的数据的可能性。
用法----------Usage----------
UpdateLambda(r, R, z, G, dists.to.Rg, dists.table,
top.bound = 1000)
参数----------Arguments----------
参数:r
Matrix of partial rankings.
矩阵部分的排名。
参数:R
Current modal sequences.
目前的情态序列。
参数:z
Current probabilities of memberships in each cluster.
目前的概率在每个聚类中的成员身份。
参数:G
Number of modal sequences.
的情态序列数。
参数:dists.to.Rg
Matrix of the distances between the data and the current modal sequences.
矩阵的数据和当前的情态序列之间的距离。
参数:dists.table
Table of the distance distribution in N! space, under Kendall's metric.
表的距离分布的N!空间,下肯德尔的度量。
参数:top.bound
The maximum value for the lambda parameter.
lambda参数的最大值。
值----------Value----------
Vector of new lambda parameters for the clusters.
向量的新的lambda参数的聚类。
(作者)----------Author(s)----------
Erik Gregory
参考文献----------References----------
Thomas Brendan Murphy & Donal Martin. 1 April 2002. Computational Statistics & Data Analysis 41 (2003) 645-655.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|