dmvt(flowClust)
dmvt()所属R语言包:flowClust
Density of the Multivariate t Distribution with Box-Cox Tranformation
箱考克斯穿越 - 多元t分布的密度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the densities at the inputted points of the multivariate t distribution with Box-Cox transformation.
此函数计算输入点多元tBox-Cox变换的分布密度。
用法----------Usage----------
dmvt(x, mu, sigma, nu, lambda, 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维度。每一行对应一个观察。
参数:mu
A numeric vector of length P specifying the mean.
一个数值向量长度P指定的意思。
参数:sigma
A matrix of size P x P specifying the covariance matrix.
一个矩阵的大小P x P指定的协方差矩阵。
参数: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没有改造的分布将被使用。
参数:log
A logical value. If TRUE then the logarithm of the densities is returned.
一个逻辑值。如果TRUE然后返回密度的对数。
值----------Value----------
A list with the following components:
以下组件列表:
参数:value
A vector of length N containing the density values.
长度的向量N包含的密度值。
参数:md
A vector of length N containing the Mahalanobis distances.
长度的向量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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|