Felix(VGAM)
Felix()所属R语言包:VGAM
The Felix Distribution
Felix的分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density Felix distribution.
密度的费利克斯分布。
用法----------Usage----------
dfelix(x, a=0.25, log=FALSE)
参数----------Arguments----------
参数:x
vector of quantiles.
向量的位数。
参数:a
See felix.
见felix。
参数:log
Logical. If log=TRUE then the logarithm of the density is returned.
逻辑。如果log=TRUE然后返回的密度的对数。
Details
详细信息----------Details----------
See felix, the VGAM family function for estimating the parameter, for the formula of the probability density function and other details.
felix,的VGAM的家庭功能的估计参数,公式的概率密度函数和其他细节。
值----------Value----------
dfelix gives the density.
dfelix给出的密度。
警告----------Warning ----------
The default value of a is subjective.
a的默认值是主观的。
(作者)----------Author(s)----------
T. W. Yee
参见----------See Also----------
felix.
felix。
实例----------Examples----------
## Not run: [#不运行:]
a = 0.25; x = 1:15
plot(x, dfelix(x, a), type="h", las=1, col="blue",
ylab=paste("dfelix(a=", a, ")"),
main="Felix density function")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|