找回密码
 注册
查看: 299|回复: 0

R语言 SkewHyperbolic包 skewhypParam()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 09:51:59 | 显示全部楼层 |阅读模式
skewhypParam(SkewHyperbolic)
skewhypParam()所属R语言包:SkewHyperbolic

                                        Parameter Sets for the Skew Hyperbolic t-Distribution
                                         参数设置为“倾斜”双曲t分布

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

These objects store different parameter sets of the skew hyperbolic t distribution for testing or demonstrating purpose as matrices.
这些对象存储不同的参数集的倾斜双曲t分布为矩阵测试或演示目的。

Specifically, the parameter sets skewhypSmallShape and skewhypLargeShape have constant location parameter of mu = 0 and scale parameter of delta = 1.
具体来说,参数设置skewhypSmallShape和skewhypLargeShape有固定位置的参数参数mu = 0delta = 1和规模。

The skewness parameter beta takes values from {0,2} in skewhypSmallShape and skewhypSmallParam, and from {-5,0,1,2,5} in skewhypLargeShape and skewhypLargeParam.
偏度参数beta值{0,2}skewhypSmallShape和skewhypSmallParam,从{-5,0,1,2,5}skewhypLargeShape skewhypLargeParam。

The shape parameter nu takes values from {1,5} in skewhypSmallShape and skewhypSmallParam, and from {1,2,5,10,20} in skewhypLargeShape and skewhypLargeParam.
的形状参数nu值{1,5}skewhypSmallShape和skewhypSmallParam,从{1,2,5,10,20}skewhypLargeShape和 skewhypLargeParam。


用法----------Usage----------


  skewhypSmallShape
  skewhypLargeShape
  skewhypSmallParam
  skewhypLargeParam



格式----------Format----------

skewhypSmallShape: a 4 by 4 matrix;
skewhypSmallShape:一个4×4矩阵;

skewhypLargeShape: a 25 by 4 matrix;
skewhypLargeShape:25 4矩阵;

skewhypSmallParam: a 16 by 4 matrix;
skewhypSmallParam:16 4矩阵;

skewhypLargeParam: a 400 by 4 matrix.
skewhypLargeParam:400 4矩阵。


(作者)----------Author(s)----------



David Scott <a href="mailto:d.scott@auckland.ac.nz">d.scott@auckland.ac.nz</a>




实例----------Examples----------


data(skewhypParam)
### Testing the accuracy of skewhypMean[##测试skewhypMean准确性的]
for (i in 1:nrow(skewhypSmallParam)) {
  param <- skewhypSmallParam[i, ]
  x <- rskewhyp(1000, param = param)
  sampleMean <- mean(x)
  distMean <- skewhypMean(param = param)
  difference <- abs(sampleMean - distMean)
  print(difference)
}


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-25 22:57 , Processed in 0.020289 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表