Bort(VGAM)
Bort()所属R语言包:VGAM
The Borel-Tanner Distribution
波莱尔丹拿分
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density and random generation for the Borel-Tanner distribution.
密度和随机生成的Borel丹拿分布。
用法----------Usage----------
dbort(x, Qsize=1, a=0.5, log=FALSE)
rbort(n, Qsize=1, a=0.5)
参数----------Arguments----------
参数:x
vector of quantiles.
向量的位数。
参数:n
number of observations. Must be a positive integer of length 1.
若干意见。必须是一个长度为1的正整数。
参数:Qsize, a
See borel.tanner.
见borel.tanner。
参数:log
Logical. If log=TRUE then the logarithm of the density is returned.
逻辑。如果log=TRUE然后返回的密度的对数。
Details
详细信息----------Details----------
See borel.tanner, the VGAM family function for estimating the parameter, for the formula of the probability density function and other details.
borel.tanner,的VGAM的家庭功能的估计参数,公式的概率密度函数和其他细节。
值----------Value----------
dbort gives the density, rbort generates random deviates.
dbort给出了密度,rbort随机产生的偏离。
警告----------Warning ----------
Looping is used for rbort, therefore values of a close to 1 will result in long (or infinite!) computational times. The default value of a is subjective.
循环用于rbort,因此值a接近1将导致计算时间长(或无限!)。 a的默认值是主观的。
(作者)----------Author(s)----------
T. W. Yee
参见----------See Also----------
borel.tanner.
borel.tanner。
实例----------Examples----------
## Not run: [#不运行:]
qsize = 1; a = 0.5
x = qsizeqsize+10)
plot(x, dbort(x, qsize, a), type="h", las=1, col="blue",
ylab=paste("fbort(qsize=", qsize, ", a=", a, ")"),
main="Borel-Tanner density function")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|