flexmix.Estimate(tlemix)
flexmix.Estimate()所属R语言包:tlemix
Flexible Mixture Estimation
灵活的混合估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
TLE - flexmix gaussian, poisson & binomial model driver. Calculates the density function according to current parameter estimates.
TLE - flexmix高斯分布,泊松分布和二项式模型驱动程序。计算密度函数,根据目前的参数估计。
用法----------Usage----------
flexmix.Estimate(data, ind = NULL, nc, class = "hard", cluster = NULL, niter = 200, minprior = 0.1, model,family,ntry=9)
参数----------Arguments----------
参数:data
Amodel.frame containing the data.
Amodel.frame包含的数据。
参数:ind
Data subset
数据子集
参数:nc
Number of clusters
聚类数量
参数:class
Classification method used: auto, weighted, hard or random
分类方法:auto,weighted,hard或random
参数:cluster
optional vector of working class memberships
可选的向量的工人阶级成员身份
参数:niter
Number of iterations
迭代次数。
参数:minprior
Minimum number of observations per component
观察每个组件的最小数量
参数:model
The model
该模型
参数:family
The model family
模范家庭
参数:ntry
Number of trials
试验次数
值----------Value----------
Returns flexmix class estimate.
(作者)----------Author(s)----------
P. Neytchev, P. Filzmoser, R. Patnaik, A. Eisl and R. Boubela
参见----------See Also----------
flexmix
flexmix
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|