Yules(VGAM)
Yules()所属R语言包:VGAM
Yule-Simon Distribution
圣诞节西蒙分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density, distribution function, quantile function and random generation for the Yule-Simon distribution.
密度,分布函数,分位数函数和随机生成的圣诞西蒙分布。
用法----------Usage----------
dyules(x, rho, log = FALSE)
pyules(q, rho)
ryules(n, rho)
参数----------Arguments----------
参数:x, q
Vector of quantiles. For the density, it should be a vector with positive integer values in order for the probabilities to be positive.
向量的位数。对于密度,它应该是一个向量,其正整数的值,以便为正的概率。
参数:n
number of observations. A single positive integer.
若干意见。一个正整数。
参数:rho
See yulesimon.
见yulesimon。
参数:log
logical; if TRUE, the logarithm is returned.
逻辑,如果返回TRUE,对数。
Details
详细信息----------Details----------
See yulesimon, the VGAM family function for estimating the parameter, for the formula of the probability density function and other details.
yulesimon,的VGAM的家庭功能的估计参数,公式的概率密度函数和其他细节。
值----------Value----------
dyules gives the density, pyules gives the distribution function, and ryules generates random deviates.
dyules给出了密度,pyules给出了分布函数,和ryules随机产生的偏离。
(作者)----------Author(s)----------
T. W. Yee
参见----------See Also----------
yulesimon.
yulesimon。
实例----------Examples----------
dyules(1:20, 2.1)
ryules(20, 2.1)
round(1000 * dyules(1:8, 2))
table(ryules(1000, 2))
## Not run: x = 0:6[,#未运行:X = 0:6]
plot(x, dyules(x, rho = 2.2), type = "h", las = 1, col = "blue")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|