gamma1.to.lambda(sn)
gamma1.to.lambda()所属R语言包:sn
Converts skewness to shape parameter of skew-normal distribution
转换偏态歪斜正态分布形状参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For a given value of the index of skewness (standardized third cumulant), the function finds the corresponding shape parameter of a skew-normal distribution.
对于一个给定的值的索引的偏度(标准化第三累积量),该函数发现的歪斜正常分布的相应的形状参数。
用法----------Usage----------
gamma1.to.lambda(gamma1)
参数----------Arguments----------
参数:gamma1
a numeric vector of indices of skewness. </table>
一个数值向量的偏态指标。 </ TABLE>
Details
详细信息----------Details----------
Feasible values for input must have abs(gamma1)<0.5*(4-pi)*(2/(pi-2))^1.5, which is about 0.99527. If some values of gamma1 are not in the feasible region, a warning message is issued, and NAs are returned.
可行值的输入必须有abs(gamma1)<0.5*(4-pi)*(2/(pi-2))^1.5,这大约是0.99527。如果某些值gamma1是不是在可行的区域,一条警告消息发出后,NAs的返回。
See the reference below for the expression of the index of skewnnes of a skew-normal distribution.
表达的歪斜正态分布的索引skewnnes,请参见下面的参考。
值----------Value----------
A numeric vector of the corresponding shape parameters.
一个数值向量的相应形状的参数。
参考文献----------References----------
Azzalini, A. (1985). A class of distributions which includes the normal ones. Scand. J. Statist. 12, 171-178.
参见----------See Also----------
dsn
dsn
实例----------Examples----------
gamma1.to.lambda(seq(-0.95, 0.95, length=11))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|