Zeta(VGAM)
Zeta()所属R语言包:VGAM
The Zeta Distribution
泽塔分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density for the zeta distribution.
的Zeta分布的密度。
用法----------Usage----------
dzeta(x, p, log = FALSE)
参数----------Arguments----------
参数:x
Numerical vector/matrix to evaluate the density.
数值矢量/矩阵来评估的密度。
参数:p
The parameter p. This must be positive.
参数p。这必须是积极的。
参数:log
Logical. If log = TRUE then the logarithm of the density is returned.
逻辑。如果log = TRUE然后返回的密度的对数。
Details
详细信息----------Details----------
The density function of the zeta distribution is given by
的ζ分布的密度函数由下式给出
where p>0, y=1,2,…, and zeta is Riemann's zeta function.
p>0,y=1,2,…,zeta是黎曼zeta函数。
值----------Value----------
Returns the density evaluated at x.
评价x返回的密度。
警告----------Warning----------
This function has not been fully tested.
此功能还没有得到充分的测试。
注意----------Note----------
The VGAM family function zetaff estimates the parameter p.
VGAM家庭功能zetaff估计的参数p。
(作者)----------Author(s)----------
T. W. Yee
参考文献----------References----------
Univariate Discrete Distributions, 2nd ed. New York: Wiley.
参见----------See Also----------
zeta, zetaff.
zeta,zetaff。
实例----------Examples----------
dzeta(1:20, p = 2)
## Not run: plot(1:6, dzeta(1:6, p = 4), type = "h", las = 1, ylab = "Probability",[#未运行图(1:6(1:6,P = 4),dzeta,类型=“H”,LAS = 1,ylab =“概率”,]
main = "zeta probability function; black: p = 4; blue: p = 2")
points(0.10 + 1:6, dzeta(1:6, p = 2), type = "h", col = "blue")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|