找回密码
 注册
查看: 547|回复: 0

R语言 VGAM包 Slash()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 15:53:40 | 显示全部楼层 |阅读模式
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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 11:35 , Processed in 0.020271 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表