dmvtmix(flowClust)
dmvtmix()所属R语言包:flowClust
Density of the Multivariate t Mixture Distribution with Box-Cox Tranformation
箱考克斯穿越 - 混合多元t分布的密度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the densities at the inputted points of the multivariate t mixture distribution with Box-Cox transformation.
此函数计算密度在多元tBox-Cox变换的混合分布的输入点。
用法----------Usage----------
dmvtmix(x, w, mu, sigma, nu, lambda, object, subset, include, log=FALSE)
参数----------Arguments----------
参数:x
A matrix or data frame of size N x P, where N is the number of observations and P is the dimension. Each row corresponds to one observation.
矩阵或数据框的大小N x P,其中N是一些意见和P维度。每一行对应一个观察。
参数:w
A numeric vector of length K containing the cluster proportions.
一个数值向量长度K包含聚类比例。
参数:mu
A matrix of size K x P containing the K mean vectors.
一个矩阵的大小K x P包含K平均向量。
参数:sigma
An array of size K x P x P containing the K covariance matrices.
一个数组的大小K x P x P包含K协方差矩阵。
参数:nu
The degrees of freedom used for the t distribution. If nu=Inf, Gaussian distribution will be used.
用于t分布的自由度。如果nu=Inf,将用于高斯分布。
参数:lambda
The Box-Cox transformation parameter. If missing, the conventional t distribution without transformation will be used.
Box-Cox转换参数。如果缺少的,传统的t没有改造的分布将被使用。
参数:object
An optional argument. If provided, it's an object returned from flowClust, and the previous arguments will be assigned values from the corresponding slots of object.
一个可选的参数。如果提供,它是从flowClust返回一个对象,并从相应的插槽object前面的参数将被分配值。
参数:subset
An optional argument. If provided, it's a numeric vector indicating which variables are selected for computing the densities. If object is provided and object@varNames is not NULL, then a character vector containing the names of the variables is allowed.
一个可选的参数。如果提供的,它是一个数值向量,计算密度选择哪些变量。如果object是object@varNames是不是NULL,然后字符向量变量的名称是允许的。
参数:include
An optional argument. If provided, it's a numeric vector specifying which clusters are included for computing the densities.
一个可选的参数。如果提供,它是一个数值向量,指定包括聚类计算密度。
参数:log
A logical value. If TRUE then the logarithm of the densities is returned.
一个逻辑值。如果TRUE然后返回密度的对数。
值----------Value----------
A vector of length N containing the density values.
长度的向量N包含的密度值。
作者(S)----------Author(s)----------
Raphael Gottardo <<a href="mailto:raph@stat.ubc.ca">raph@stat.ubc.ca</a>>, Kenneth Lo <<a href="mailto:c.lo@stat.ubc.ca">c.lo@stat.ubc.ca</a>>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|