Slash(VGAM)
Slash()所属R语言包:VGAM
Slash Distribution
斜线分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density function, distribution function, and random generation for the slash distribution.
密度函数,分布函数,和为斜线分布的随机生成。
用法----------Usage----------
dslash(x, mu=0, sigma=1, log=FALSE, smallno=.Machine$double.eps*1000)
pslash(q, mu=0, sigma=1)
rslash(n, mu=0, sigma=1)
参数----------Arguments----------
参数:x, q
vector of quantiles.
向量的位数。
参数:n
number of observations. Must be a single positive integer.
若干意见。必须是一个单一的正整数。
参数:mu, sigma
the mean and standard deviation of the univariate normal distribution.
单变量的正态分布的均值和标准偏差。
参数:log
Logical. If TRUE then the logarithm of the density is returned.
逻辑。如果TRUE然后返回的密度的对数。
参数:smallno
See slash.
见slash。
Details
详细信息----------Details----------
See slash, the VGAM family function for estimating the two parameters by maximum likelihood estimation, for the formula of the probability density function and other details.
slash,的VGAM的家庭功能的,估计这两个参数的最大似然估计的公式的概率密度函数和其他细节。
值----------Value----------
dslash gives the density, and pslash gives the distribution function, rslash generates random deviates.
dslash给人的密度,和pslash给出的分布函数,rslash生成随机偏离。
注意----------Note----------
pslash is very slow.
pslash是很慢的。
(作者)----------Author(s)----------
Thomas W. Yee and C. S. Chee
参见----------See Also----------
slash.
slash。
实例----------Examples----------
## Not run: [#不运行:]
curve(dslash, col="blue", ylab="f(x)", -5, 5, ylim=c(0,0.4),
main="Standard slash, normal and Cauchy densities", lwd=2)
curve(dnorm, col="black", lty=2, lwd=2, add=TRUE)
curve(dcauchy, col="red", lty=3, lwd=2, add=TRUE)
legend(x=2, y=0.3, c("slash","normal","Cauchy"), lty=1:3,
col=c("blue","black","red"), lwd=2)
curve(pslash, col="blue", -5, 5, ylim=0:1)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|