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

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

[复制链接]
发表于 2012-10-1 15:46:23 | 显示全部楼层 |阅读模式
Paralogistic(VGAM)
Paralogistic()所属R语言包:VGAM

                                        The Paralogistic Distribution
                                         Paralogistic分布

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Density, distribution function, quantile function and random generation for the paralogistic distribution with shape parameter a and scale parameter scale.
密度,分布函数,分位数函数,随机生成为的paralogistic的分布形状参数a和尺度参数scale。


用法----------Usage----------


dparalogistic(x, shape1.a, scale = 1, log = FALSE)
pparalogistic(q, shape1.a, scale = 1)
qparalogistic(p, shape1.a, scale = 1)
rparalogistic(n, shape1.a, scale = 1)



参数----------Arguments----------

参数:x, q
vector of quantiles.
向量的位数。


参数:p
vector of probabilities.
向量的概率。


参数:n
number of observations. If length(n) > 1, the length is taken to be the number required.
若干意见。如果length(n) > 1,长度所需的数量。


参数:shape1.a
shape parameter.
形状参数。


参数:scale
scale parameter.
尺度参数。


参数:log
Logical. If log=TRUE then the logarithm of the density is returned.  
逻辑。如果log=TRUE然后返回的密度的对数。


Details

详细信息----------Details----------

See paralogistic, which is the VGAM family function for estimating the parameters by maximum likelihood estimation.
paralogistic,这是VGAM家庭功能的参数估计的最大似然估计。


值----------Value----------

dparalogistic gives the density, pparalogistic gives the distribution function, qparalogistic gives the quantile function, and rparalogistic generates random deviates.
dparalogistic给出了密度,pparalogistic给出了分布函数,qparalogistic给出了分位数的功能,和rparalogistic随机产生的偏离。


注意----------Note----------

The paralogistic distribution is a special case of the 4-parameter generalized beta II distribution.
paralogistic分布4  - 参数广义测试II分布的一种特殊情况。


(作者)----------Author(s)----------


T. W. Yee



参考文献----------References----------

Statistical Size Distributions in Economics and Actuarial Sciences, Hoboken, NJ, USA: Wiley-Interscience.

参见----------See Also----------

paralogistic, genbetaII.
paralogistic,genbetaII。


实例----------Examples----------


pdata = data.frame(y = rparalogistic(n = 3000, 4, 6))
fit = vglm(y ~ 1, paralogistic(ishape1.a = 2.1), pdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 16:22 , Processed in 0.023127 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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