cum3(boot)
cum3()所属R语言包:boot
Calculate Third Order Cumulants
计算第三阶累积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates an estimate of the third cumulant, or skewness, of a vector. Also, if more than one vector is specified, a product-moment of order 3 is estimated.
计算第三累积,或偏估计的向量,。另外,如果指定了多个向量,产品的3阶矩估计。
用法----------Usage----------
cum3(a, b = a, c = a, unbiased = TRUE)
参数----------Arguments----------
参数:a
A vector of observations.
观测向量。
参数:b
Another vector of observations, if not supplied it is set to the value of a. If supplied then it must be the same length as a.
另一个观察的向量,如果没有提供它被设置为a值。如果提供,那么它必须是相同的长度为a。
参数:c
Another vector of observations, if not supplied it is set to the value of a. If supplied then it must be the same length as a.
另一个观察的向量,如果没有提供它被设置为a值。如果提供,那么它必须是相同的长度为a。
参数:unbiased
A logical value indicating whether the unbiased estimator should be used. </table>
一个逻辑值,该值指示是否应使用无偏估计。 </ TABLE>
Details
详情----------Details----------
The unbiased estimator uses a multiplier of n/((n-1)*(n-2)) where n is the sample size, if unbiased is FALSE then a multiplier of 1/n is used. This is multiplied by sum((a-mean(a))*(b-mean(b))*(c-mean(c))) to give the required estimate.
无偏估计使用乘数n/((n-1)*(n-2))其中n是样本的大小,如果unbiasedFALSE然后乘数1/n使用。这是乘以sum((a-mean(a))*(b-mean(b))*(c-mean(c)))给所需的估计。
值----------Value----------
The required estimate.
所需的预算。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|